-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Builtin TTL for Job and Counter. (#9)
* Support "Dapr" format for schedule. Signed-off-by: Artur Souza <[email protected]> * Remove extra go routines for error handling callback. Signed-off-by: Artur Souza <[email protected]> * Use require.NoError() in cron_test Signed-off-by: Artur Souza <[email protected]> * Assert error on AddJob for cron_test. Signed-off-by: Artur Souza <[email protected]> * Use Eventually Signed-off-by: Artur Souza <[email protected]> * Extra struct for calendar constructor. Signed-off-by: Artur Souza <[email protected]> * Built-in TTL - not using etcd. Signed-off-by: Artur Souza <[email protected]> * Update proto/storage/job.proto Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: Artur Souza <[email protected]> * Fix conflict bug. Signed-off-by: Artur Souza <[email protected]> * Fix some other stuff for expiration + new test Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
- Loading branch information
1 parent
eab9ba8
commit 4d08c37
Showing
11 changed files
with
241 additions
and
189 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
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
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.