Skip to content

Per-status thresholds#52

Merged
AndWeHaveAPlan merged 5 commits intomainfrom
es-timeouts
Apr 28, 2026
Merged

Per-status thresholds#52
AndWeHaveAPlan merged 5 commits intomainfrom
es-timeouts

Conversation

@AndWeHaveAPlan
Copy link
Copy Markdown
Collaborator

Per-status thresholds via new stale: config block

stale:
  pollInterval: 1m
  thresholds:
    creating: 5m
    registering: 5m
    registered: 15m
    deleting: 15m

All fields optional. running is intentionally omitted (running trays are never stale). Mongo query becomes an $or over per-status {status, statusChanged ≤ now − threshold} pairs.

fix #51

@AndWeHaveAPlan AndWeHaveAPlan merged commit 5f75ebb into main Apr 28, 2026
6 checks passed
@AndWeHaveAPlan AndWeHaveAPlan deleted the es-timeouts branch April 28, 2026 18:35
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.

Stuck Creating trays take 15 min to be cleaned up

2 participants