bodhi: enable check-signed-builds scheduled task

Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
Mattia Verga 2020-10-16 09:33:06 +02:00 committed by kevin
parent 673855471a
commit 2680117992

View file

@ -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),