You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactoring: remove unneeded transform in "tube.delete"
All the queue drivers do "transform(2, 1, state.DONE)"
before returning the task from their "delete" method.
Also, changing the status of a task from abstract.lua
is a violation of encapsulation.
Patch changes:
* remove the unnecessary "transform" operation from "tube.delete"
* update description of a driver delete method in documentation
Co-authored-by: Leonid Vasiliev<lvasiliev@tarantool.org>
0 commit comments