-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically expire Pulsar scheduler Redis map entries (#3177)
* ARMADA-2346 Delete Pulsar scheduler Redis map entries (#29) * Redis map entry deletion. Separating submit_from_log.go logic depending on scheduler * Revert "Redis map entry deletion. Separating submit_from_log.go logic depending on scheduler" This reverts commit 9d12da33d2b61a158d2b45793bc20a1490b1fbc1. * Simpler implementation of redis entry deletion * Calling correct method on event to avoid panics * Checked if event is terminal before expiring entry, checked for preempted events * Made returned error more explicit * Cleanup --------- Co-authored-by: Mustafa Ilyas <[email protected]>
- Loading branch information
1 parent
1e336ea
commit a86caa4
Showing
5 changed files
with
116 additions
and
8 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