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

avoid unneeded :transform in tube.delete #70

Closed
wants to merge 1 commit into from

Conversation

aleclarson
Copy link
Contributor

All the queue drivers do :transform(2, 1, state.DONE) before returning the task from their .delete method.

All the queue drivers do `:transform(2, 1, state.DONE)` before returning the task from their `.delete` method.
@bigbes
Copy link
Contributor

bigbes commented Feb 16, 2018

This is needed to notify the user that task is successfully done. Why is it bothering you?

@aleclarson
Copy link
Contributor Author

@bigbes The queue drivers already do that in their delete methods.

task = task:transform(2, 1, state.DONE)

task = task:transform(2, 1, state.DONE)

task = task:transform(2, 1, state.DONE)

task = task:transform(i_status, 1, state.DONE)

@LeonidVas
Copy link
Contributor

LGTM

@LeonidVas
Copy link
Contributor

Continue #118

@Totktonada
Copy link
Member

Closed in favor of #118.

@Totktonada Totktonada closed this Jul 7, 2020
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

Successfully merging this pull request may close these issues.

4 participants