dokploy/apps/schedules/src
Mauricio Siu 6c61919202 feat(schedules): add timezone support for scheduled jobs and update database schema
- Introduced a new `commonTimezones` array for timezone selection in the UI.
- Updated the schedule form to include an optional timezone field.
- Modified the database schema to add a `timezone` column to the `schedule` table.
- Enhanced the scheduling logic to utilize the specified timezone, defaulting to UTC if not provided.
2025-12-07 22:42:40 -06:00
..
index.ts feat(workers): add third worker and increase concurrency for existing workers 2025-09-15 23:43:27 -06:00
logger.ts feat(schedules): add schedules server 2024-10-05 22:11:38 -06:00
queue.ts feat(schedules): add timezone support for scheduled jobs and update database schema 2025-12-07 22:42:40 -06:00
schema.ts feat(schedules): add timezone support for scheduled jobs and update database schema 2025-12-07 22:42:40 -06:00
utils.ts fix: renames 2025-12-01 00:58:02 +03:00
workers.ts feat(workers): add third worker and increase concurrency for existing workers 2025-09-15 23:43:27 -06:00