feat: add cron jobs to monitor service #4

Merged
tygrdev merged 8 commits from cron-jobs into main 2025-02-18 03:01:08 +01:00
Owner
  • Create cron crate
  • Implement CRUD operations for cron jobs
  • Read all monitors in the database and generate ping jobs
  • Sync Dashboard operation with cron
    • Create
    • Delete
    • Update
  • Create a new ping row on cron fire
  • Log any issues to console (might move this to its own file / other persistant method later)
- [x] Create `cron` crate - [x] Implement CRUD operations for cron jobs - [x] Read all monitors in the database and generate ping jobs - [x] Sync Dashboard operation with cron - [x] Create - [x] Delete - [x] Update - [x] Create a new ping row on cron fire - [x] Log any issues to console (might move this to its own file / other persistant method later)
Sign in to join this conversation.
No description provided.