Skip to content

Fix heartbeat interval ignoring config when running interactively#10

Open
HakanL wants to merge 1 commit intoMattMofDoom:masterfrom
HakanL:FixIssue9-heartbeat
Open

Fix heartbeat interval ignoring config when running interactively#10
HakanL wants to merge 1 commit intoMattMofDoom:masterfrom
HakanL:FixIssue9-heartbeat

Conversation

@HakanL
Copy link
Copy Markdown

@HakanL HakanL commented Mar 2, 2026

When running interactively, ServiceHeartbeat hardcoded the repeated timer interval to 10 seconds instead of Config.HeartbeatInterval. Always use Config.HeartbeatInterval for subsequent heartbeats.

Fixes #9

When running interactively, ServiceHeartbeat hardcoded the repeated
timer interval to 10 seconds instead of Config.HeartbeatInterval.
Always use Config.HeartbeatInterval for subsequent heartbeats.

Co-authored-by: HakanL <407941+HakanL@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When running interactively the heartbeats are sent every 10 seconds, even if configured for 10 minutes

2 participants