Skip to content

CTM-256: use correct time interval when pausing Quicksilver correction monitor#3546

Open
davidangb wants to merge 5 commits intodevelopfrom
da/CTM-256_quicksilverCorrectionPauseInterval
Open

CTM-256: use correct time interval when pausing Quicksilver correction monitor#3546
davidangb wants to merge 5 commits intodevelopfrom
da/CTM-256_quicksilverCorrectionPauseInterval

Conversation

@davidangb
Copy link
Copy Markdown
Contributor

Ticket: CTM-256

Use the correct time interval (4 hours) when pausing the Quicksilver correction monitor.

I mistakenly used the startup delay (5 minutes) instead.

This has no functional impact; it just causes the monitor to check for newly-available corrections much more frequently than intended.

@davidangb davidangb requested a review from a team as a code owner January 12, 2026 21:35
@davidangb davidangb requested review from rjohanek and snf2ye and removed request for a team January 12, 2026 21:35
if (config.continueWhenDone) {
logger.info(s"pausing ${config.completionInterval.toString()} before checking for updated corrections ...")
context.system.scheduler.scheduleOnce(config.startupDelay, self, CountOutstanding)
context.system.scheduler.scheduleOnce(config.completionInterval, self, CountOutstanding)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can see from the logger.info line which config setting this should be using

@davidangb davidangb requested review from calypsomatic and removed request for rjohanek January 13, 2026 16:45
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.

3 participants