bodhi: enable check-signed-builds scheduled task
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
parent
673855471a
commit
2680117992
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ beat_schedule = {
|
|||
"task": "check_policies",
|
||||
"schedule": 60 * 60, # every hour
|
||||
},
|
||||
"check-signed-builds": {
|
||||
"task": "check_signed_builds",
|
||||
"schedule": crontab(hour=2, minute=33),
|
||||
},
|
||||
"clean-old-composes": {
|
||||
"task": "clean_old_composes",
|
||||
"schedule": crontab(hour=3, minute=3),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue