-
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.
Support "Dapr" format for schedule. (#8)
* 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]> --------- Signed-off-by: Artur Souza <[email protected]>
- Loading branch information
1 parent
c0f44b7
commit eab9ba8
Showing
12 changed files
with
998 additions
and
164 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
Oops, something went wrong.