monasca / pr-bot

Automatic version checker bot
Apache License 2.0
6 stars 1 forks source link

Retry/cron support #2

Open timothyb89 opened 7 years ago

timothyb89 commented 7 years ago

We should have some ability to retry failed actions (say, HipChat notification timeouts) and - more generally - run tasks on a timer.

GCF doesn't have a good way to do this, unfortunately. We'll need to roll our own to some degree.

timothyb89 commented 7 years ago

We can probably provide cron support on GCF using travis: https://docs.travis-ci.com/user/cron-jobs/