-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: continue a task from a last tuple
After the patch a task continues processing from a last tuple at startup unless it was killed using `task:kill()` or `expirationd.kill()`. We cannot provide a safe behavior for all user cases, so it works only with default `start_key` and `iterate_with` callbacks. The behavior supports a cartridge hot-reload. Closes #54
- Loading branch information
1 parent
cc8c16a
commit cc7605a
Showing
3 changed files
with
460 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.