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

Retrying expired tasks do not work #66

Open
ripienaar opened this issue Feb 28, 2022 · 0 comments
Open

Retrying expired tasks do not work #66

ripienaar opened this issue Feb 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ripienaar
Copy link
Member

When a task is expired retrying it does not work - the expire time remains in the past.

So the question is should this work and what about the deadline? We have a few options

  • Calculate the delta between create and expire and set a new expire matching that delta
  • Accept a new deadline
  • Fail as unretryable

We should probably support the first 2 options

@ripienaar ripienaar added the enhancement New feature or request label Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant