Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Ensure we return after self.retry #52

Merged
merged 1 commit into from
Mar 22, 2016
Merged

Ensure we return after self.retry #52

merged 1 commit into from
Mar 22, 2016

Conversation

davidlmorton
Copy link
Contributor

In the case that someone is waiting on this task's result, not returning
could raise an exception which gets passed back as a result. Celery
will then retry the task anyways, but the result (exception) will have been
recieved and the retrying task's result ignored.

In the case that someone is waiting on this task's result, not returning
could raise an exception which gets passed back as a result.  Celery
will then retry the task anyways, but the result (exception) will have been
recieved and the retrying task's result ignored.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 6.825% when pulling a517e09 on davidlmorton:return_after_retry into ec44bf9 on genome:master.

davidlmorton added a commit that referenced this pull request Mar 22, 2016
@davidlmorton davidlmorton merged commit 1d15d5c into genome:master Mar 22, 2016
@davidlmorton davidlmorton deleted the return_after_retry branch March 22, 2016 20:03
@mkiwala
Copy link
Contributor

mkiwala commented Mar 22, 2016

+1 🐨

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

Successfully merging this pull request may close these issues.

None yet

3 participants