Commit graph

6 commits

Author SHA1 Message Date
Aravinth Manivannan bd6afe2fd9
fix: auth is per test, so in-memory is sufficient 2023-09-27 23:18:46 +05:30
Aravinth Manivannan 7ab31a6074
feat: get_next_job_to_run
DESCRIPTION
    Next job is the oldest job with  NULL for `scheduled_at` and
    `finished_at` and `JOB_STATE_CREATE` for state.
2023-09-27 22:02:07 +05:30
Aravinth Manivannan 88af240a0c
feat: update sqlx and add methods to work with jobs table 2023-09-27 21:39:51 +05:30
Aravinth Manivannan 6b5ca28243
feat: add job types while running migrations 2023-09-27 20:40:31 +05:30
Aravinth Manivannan 52eecea261
feat: apply license header 2023-09-27 19:50:07 +05:30
Aravinth Manivannan 23f4922a18
feat: db migrations tool and db client 2023-09-05 19:22:50 +05:30