Skip to content

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
Contributor

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

4 participants