We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1ecab commit 0221f8dCopy full SHA for 0221f8d
README.md
@@ -646,6 +646,8 @@ Returns the original task with a state changed to 'done'
646
* `tube:bury(task_id)` - buries a task
647
* `tube:kick(count)` - digs out `count` tasks
648
* `tube:peek(task_id)` - return the task state by ID
649
+* `tube:touch(task_id, delta)` - increases `ttr` and `ttl` of the task by delta
650
+seconds. If queue does not support `ttr`, error will be thrown. Returns the task
651
* `tube:tasks_by_state(task_state)` - return the iterator to tasks in a certain state
652
* `tube:truncate()` - delete all tasks from the tube. Note that `tube:truncate`
653
must be called only by the user who created this tube (has space ownership) OR
0 commit comments