dokploy/apps/schedules
Mauricio Siu ccb141339b Enhance schedule management and job handling features
- Updated the scheduleRouter to manage job scheduling and removal based on the enabled status of schedules, improving job lifecycle management.
- Refactored the scheduleJob and removeJob utilities to support scheduling and removing jobs for both server and schedule types.
- Introduced a new schema for jobQueue to accommodate schedule jobs, enhancing the flexibility of job definitions.
- Improved the runJobs function to execute scheduled jobs based on their enabled status, ensuring proper execution of active schedules.
- Enhanced the initialization process for schedules to automatically schedule active jobs from the database, streamlining the setup process.
2025-05-03 00:54:01 -06:00
..
src Enhance schedule management and job handling features 2025-05-03 00:54:01 -06:00
.gitignore feat(schedules): add schedules server 2024-10-05 22:11:38 -06:00
package.json Feat/monitoring (#1267) Cloud Version 2025-02-02 14:08:06 -06:00
README.md feat(schedules): add schedules server 2024-10-05 22:11:38 -06:00
tsconfig.json chore: disable TypeScript declaration generation in schedules tsconfig 2025-02-23 00:07:38 -06:00

npm install
npm run dev
open http://localhost:3000