cloudstack-mirror/api
Daan Hoogland 1cb950b5a4 Fix consecutive-failure counting bugs flagged in PR #13743 review
- Use a distinct event type (SNAPSHOT.RECURRING.FAILURE.LIMIT.REACHED)
  for the "gave up" WARN notification instead of EVENT_SNAPSHOT_CREATE,
  since that event became the latest EVENT_SNAPSHOT_CREATE entry and
  silently reset countConsecutiveFailedAttempts on the next scan.
- Filter out archived events in EventDao#listLatestEventsByResource so
  stale archived events can't be counted as the latest failure history,
  matching the archived=false filtering already used by sibling
  searches in EventDaoImpl.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-30 08:46:33 +02:00
..
src Fix consecutive-failure counting bugs flagged in PR #13743 review 2026-07-30 08:46:33 +02:00
test/integration/api Enable flake8 rule W292 No newline at end of file (#6274) 2022-06-30 12:08:27 +05:30
pom.xml Feature: Key Management Service (KMS) (#12711) 2026-06-30 10:10:41 +05:30