Open timothyb89 opened 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.
We can probably provide cron support on GCF using travis: https://docs.travis-ci.com/user/cron-jobs/
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.