Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: Retries on failure #40

Open
2 of 4 tasks
Hades32 opened this issue Apr 10, 2019 · 3 comments
Open
2 of 4 tasks

New feature: Retries on failure #40

Hades32 opened this issue Apr 10, 2019 · 3 comments

Comments

@Hades32
Copy link

Hades32 commented Apr 10, 2019

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:

  • enable retries
    • num of retries:
      • 1
      • 2
      • 3
    • delay retry (max 60s): 10 s

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.

@amj311
Copy link

amj311 commented Aug 29, 2023

+1 for this feature request!

@BondarencoM
Copy link

This would help me as well. Same reason.

@pschlan
Copy link
Owner

pschlan commented Jun 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants