cron-job.org
cron-job.org copied to clipboard
New feature: Retries on failure
I'm calling a lambda from this service which typically has to wakeup from cold freeze. Normally this works just fine within the cron-job.org timeout, but sometimes it doesn't. Just doing a request a few seconds later would work instantly.
There fore I'd like the option like this:
- [x] enable retries
- num of retries:
- [x] 1
- [ ] 2
- [ ] 3
- delay retry (max 60s): 10 s
- num of retries:
Just adding a cron job a few seconds later doesn't cut it, btw, because I want the job to be executed just once per day.
+1 for this feature request!
This would help me as well. Same reason.
I fear this would put a lot of additional load on the service since in most cases the issue is a non-transient one and the retry would fail as well. I will think about this.