-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Startup changes for more production scenarios (#422)
This PR fixes the startup of the EventBus to enable more production usage scenarios: - Readiness check in the EventBus should only be done if enabled. - Ensure `StartupDelay` is positive before using it in the EventBus. - Remove limits on `StartupDelay` and it should be `null` by default to allow for really quick starts.
- Loading branch information
1 parent
42bf74d
commit e3030ee
Showing
3 changed files
with
16 additions
and
22 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