Sybren A. Stüvel
|
48f081e03e
|
Sleep Scheduler: don't overwrite error status from Worker
The Sleep Scheduler shouldn't push a Worker out of `error` status, as that
could hide problematic situations.
|
2022-07-21 12:49:32 +02:00 |
|
Sybren A. Stüvel
|
83467e4c60
|
Sleep schedule: store 'next check' timestamp in UTC
SQLite doesn't parse the timezone info, so timestamps should always be in
UTC.
|
2022-07-18 19:30:17 +02:00 |
|
Sybren A. Stüvel
|
d7b164133a
|
Sleep Scheduler implementation for the Manager
The Manager now has a sleep scheduler for Workers. The API and background
service work, but there is no web interface yet.
Manifest Task: T99397
|
2022-07-17 17:27:32 +02:00 |
|