Files
crawlab/core
Marvin Zhang 41e973a4d3 fix: misaligned nodes when running tasks from a schedule through enhancement by adding new route and handler for running schedules
- 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.
2024-12-21 15:33:07 +08:00
..
2024-06-14 15:42:50 +08:00
2024-11-24 23:14:26 +08:00
2024-11-05 11:15:27 +08:00
2024-11-19 17:40:44 +08:00
2024-06-14 15:42:50 +08:00
2024-11-01 15:19:48 +08:00
2024-06-14 16:37:48 +08:00
2024-11-18 16:48:09 +08:00
2024-11-19 15:53:40 +08:00
2024-11-16 11:15:36 +08:00
2024-06-14 15:42:50 +08:00
2024-06-14 15:42:50 +08:00
2024-10-20 18:55:02 +08:00
2024-06-14 15:42:50 +08:00
2024-10-29 12:59:45 +08:00
2024-06-14 15:42:50 +08:00

crawlab-core

Backend core modules for Crawlab