Sybren A. Stüvel 426b2aab4d Gracefully handle sleep schedules of deleted workers
Workers can be soft-deleted, which means that they stay in the database.
As such, foreign key constraints `ON DELETE CASCADE` do not trigger, and
thus their sleep schedule can still be active. This is now detected and
handled gracefully.
2023-02-09 11:18:38 +01:00
..
2022-05-31 11:18:57 +02:00
2022-05-03 13:05:30 +02:00
2022-07-01 12:34:40 +02:00
2022-06-13 18:40:25 +02:00
2022-08-11 16:59:53 -07:00