Sybren A. Stüvel
|
e70a44a146
|
Manager: switch from PostgreSQL to SQLite
This includes a modified copy of the Gorm SQLite backend, adjusted to use
https://modernc.org/sqlite instead.
|
2022-03-01 18:50:31 +01:00 |
|
Sybren A. Stüvel
|
0235ffcb4a
|
Manager: avoid "no record found" error in task scheduler
It's fine when there is no task for a worker, so having Gorm log an error
was just causing noise.
|
2022-03-01 11:52:28 +01:00 |
|
Sybren A. Stüvel
|
fab988295d
|
Manager: remove task scheduler SQL debug logs
|
2022-02-28 12:07:23 +01:00 |
|
Sybren A. Stüvel
|
32af1ffaef
|
Manager: actually pass context to Gorm queries
|
2022-02-28 11:53:31 +01:00 |
|
Sybren A. Stüvel
|
399c8af750
|
Correctly handle workers assigned to tasks + simple task updates
|
2022-02-17 17:30:52 +01:00 |
|
Sybren A. Stüvel
|
0457809641
|
Scheduler: filter on supported task types & assigned worker ID
|
2022-02-14 18:00:43 +01:00 |
|
Sybren A. Stüvel
|
4aafb782ac
|
Scheduler: Assign task to worker
|
2022-02-14 17:47:26 +01:00 |
|
Sybren A. Stüvel
|
eea219c3e2
|
Move task scheduler into persistence layer
|
2022-02-14 16:53:21 +01:00 |
|