deadline-daemon: implement remaining pieces

This commit is contained in:
2024-01-14 03:40:27 +01:00
parent 1550c1f2e3
commit 369180ff85
5 changed files with 198 additions and 51 deletions
+5 -2
View File
@@ -33,5 +33,8 @@ from = 'worblehat@pvv.ntnu.no'
subject_prefix = '[Worblehat]'
[deadline_daemon]
warn_days_before_borrow_deadline = [ "5", "1" ]
warn_days_before_expiring_queue_position_deadline = [ "3", "1" ]
enabled = true
dryrun = false
warn_days_before_borrowing_deadline = [ 5, 1 ]
days_before_queue_position_expires = 14
warn_days_before_expiring_queue_position_deadline = [ 3, 1 ]