-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KOGITO-530/531 Jobs persistence and retries on error (#2)
* KOGITO-18 - Pluggable timer/jobs service that can be used as service * Initial Job Service implementation Initial Job Service implementation inserting swagger * Apply PR comments and some code refactoring, test * Fix JobScheduler when cancelling job * Fixing cancel already scheduled job when re-scheduling * Job retry implementation * Inserting Infinispan persistence on Job service * Inserting Infinispan persistence on Job service * fix infinispan repository * Inserting persistence selector based on config property * Fix scheduler manager and infinispan repository to work with config * Fix JobResourceTest * Removed fixed version on pom * Update plugin on job-service pom * Fix comments on the PR * Job repository type by config, remove jobs on final state, add retry jobs when load job on startup
- Loading branch information
1 parent
c31b617
commit 668bcf4
Showing
37 changed files
with
1,648 additions
and
166 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
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ target/ | |
/*.ipr | ||
/*.iws | ||
*.iml | ||
*.log | ||
/*.log** | ||
|
||
|
||
|
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.