Surpassing Hard Timeout limit when task_acks_on_failure_or_timeout
is False
should re-queue the task
#9597
Unanswered
JacksonKontny
asked this question in
Q&A
Replies: 1 comment
-
would you mind come with a draft PR? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title states, surpassing the Hard Timeout limit when
task_acks_on_failure_or_timeout
isFalse
results in the task getting rejected, but the setting and associated documentation suggest the task should be requeued.I created this bug issue and in it point to the line of code that results in the rejection
If we modify a previous conditional we can get the behavior that might be expected:
I was confident enough that this is a bug to open the Issue, but considered it might be better to open the discussion here.
there is a comment in an MR that appears to be referencing what I'm mentioning here, but there doesn't appear to be a related discussion or MR
Beta Was this translation helpful? Give feedback.
All reactions