-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Recurring orchestrations (#36)
* Grpc.tools * Remove client dependency * Cleanup after temp trigger * Modify test * Add general recurring trigger * Refactor names * Refactor test * Grps.Tools * Support RecurringCronExpression * Move * Fix build * Fix build * Order scripts * Pseudo code * GetAllRecurringAsync * Recurring query * Comment * Docs * Prepare for testing handler * RecurringOrchestrationQueries * Fix test * Grpc * Fix markdown * Do not use _sut to add data * SearchScheduledOrchestrationInstancesAsync * DI registration * Remove use of ProcessManagerCoreCollection * Test * Plan * Test using mock * Dispose * Dispose * Removed comment * Test * Cleanup * Simplify convertion to instant * Refactor to use user identity for scheduling recurring jobs * Update source/ProcessManager/Scheduler/RecurringPlannerHandler.cs Co-authored-by: Ebbe Knudsen <[email protected]> --------- Co-authored-by: Ebbe Knudsen <[email protected]>
- Loading branch information
1 parent
2fd781a
commit 63d5a46
Showing
27 changed files
with
972 additions
and
172 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
24 changes: 0 additions & 24 deletions
24
source/ProcessManager.Core.Tests/Fixtures/ProcessManagerCoreCollection.cs
This file was deleted.
Oops, something went wrong.
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.