#288 bodhi: enable check-signed-builds scheduled task
Merged 3 years ago by kevin. Opened 3 years ago by mattia.
fedora-infra/ mattia/ansible bodhi-check-signed  into  master

@@ -59,6 +59,10 @@ 

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

The celery-beat configuration template needs to be updated to enable the check-signed-builds scheduled task.
No urgency, can wait post-freeze. Thanks.

Upstream bug: https://github.com/fedora-infra/bodhi/issues/4121

Signed-off-by: Mattia Verga mattia.verga@protonmail.com

Metadata Update from @pingou:
- Pull-request tagged with: post-freeze

3 years ago

rebased onto 2680117

3 years ago

rebased onto 2680117

3 years ago

Pull-Request has been merged by kevin

3 years ago