Closed bklang closed 7 months ago
Don't forget this one though maybe we don't need it if the global setting is fixed.
I assume you're referring to ack_failure
vs. ack_failures
- if so, thanks for the callout. Confusingly, the global config is plural while the individual method call is singular.
This PR isn't totally ready yet though. Tasks are still being retried after a timeout. I found another undocumented config option that I am testing now.
I assume you're referring to
ack_failure
vs.ack_failures
- if so, thanks for the callout. Confusingly, the global config is plural while the individual method call is singular.
D'oh. Now we know how the typos get in there.
Looks like this is still a known issue
I'm not sure what to do right now. Some options:
Since I've got email disabled globally right now, I'm going to opt for the ridiculously high timeout. Worst case, the queue will get blocked and email won't go out. But at least we won't be spamming peoples inboxes.
After that, I'm going to keep working on a solution for the upstream django_q.
ack_failures
)Fixes #449