mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Introduced a new POST endpoint '/:id/run' in the router to trigger the execution of a schedule. - Implemented the PostScheduleRun function to handle the execution logic, including validation of input parameters and scheduling tasks. - Refactored the PostSpiderRun function to streamline the scheduling process by directly calling the admin service. - Updated the FsFileInfo struct to clarify the children field description. - Modified the Task model to make NodeIds field optional in JSON serialization.