#30 If failing to process a repo, wait 30 seconds and try again
Merged by pingou. Opened by pingou.
fix_cron  into  master

Download 30.patch
no initial comment

Pull-Request has been rebased

I think this might be a bit long, not?

If the problem is that koji is currently writing/generating its sqlite DB, I don't think it's too much.

The cron runs every 20 minutes, so it should be fine anyway

Heh, can we make the sleep interval configurable?

Pull-Request has been updated

:+1: here.

Maybe instead of retry once, have a retry counter, sleep for sleep_for between every attempt, and only abort if it still doesn't work after retry_for times?

Pull-Request has been updated

Adjusted :)

:+1: Looks good to me.

thanks, closing then :)

Pull-Request has been merged by pingou

Metadata