Background tasks are created and scheduled on code start up and configurations are hard coded at the entry point of `worker` - [ ] background tasks should sync with `background_task` table in db - [ ] decide how to update scheduled background jobs from db... maybe an update event from Prisma?
Background tasks are created and scheduled on code start up and configurations are hard coded at the entry point of
workerbackground_tasktable in db