-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add durable option If this option is set to false, an execution will not be represented by a durable promise. Defaults to true. * Add lock and additional options * Allow tryAcquire to override lock expiry Additionally, constrain the expiry to be the maximum of the provided value and heartbeat frequency. * Fix locks and override invocation timeout with promise timeout * Decouple durable and lock options
- Loading branch information
Showing
16 changed files
with
704 additions
and
228 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
Oops, something went wrong.