-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check always-on heartbeat config before on-demand #17838
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: deepthi <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
@shlomi-noach one other thing I was thinking about is the heartbeat_interval. The default for heartbeats is 1s, but you might want to make them more frequent when they are on-demand without affecting the normal frequency. It was probably not a good idea to use the same frequency for both kinds of heartbeats. |
Please see followup discussion in #17828 (comment) |
Description
Change the order in which we check the config for heartbeats.
Tested manually using the local example.
Related Issue(s)
Fixes #17828
Checklist
Deployment Notes