Skip to content

AER-4020 Fixes to guarding against messages retreived after restart#121

Merged
Hilbrand merged 2 commits into
aerius:mainfrom
Hilbrand:AER-4020-fixes
May 21, 2026
Merged

AER-4020 Fixes to guarding against messages retreived after restart#121
Hilbrand merged 2 commits into
aerius:mainfrom
Hilbrand:AER-4020-fixes

Conversation

@Hilbrand
Copy link
Copy Markdown
Member

  • In QueueWatchDog it should clear the runningTasks known on reset otherwise each time this method is subsequentially called it will retrigger the reset.
  • The keeping track of dispatchedTasks that was in PerformanceMetricsReporter should have been moved to TaskManagerMetricsRegister because there the register call has been moved to.
  • Added extra guard in LoadMetric to make sure it would never become negative.

- In QueueWatchDog it should clear the runningTasks known on reset otherwise each time this method is subsequentially called it will retrigger the reset.
- The keeping track of dispatchedTasks that was in PerformanceMetricsReporter should have been moved to TaskManagerMetricsRegister because there the register call has been moved to.
- Added extra guard in LoadMetric to make sure it would never become negative.
Copy link
Copy Markdown
Member

@JornC JornC left a comment

Choose a reason for hiding this comment

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

See comment but otherwise LGTM

Copy link
Copy Markdown
Member

@BertScholten BertScholten left a comment

Choose a reason for hiding this comment

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

LGTM

@Hilbrand Hilbrand merged commit e57a41b into aerius:main May 21, 2026
1 check passed
@Hilbrand Hilbrand deleted the AER-4020-fixes branch May 21, 2026 10:50
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