fix(cron): make sure cron container only returns one container id #1

Closed
kolaente wants to merge 0 commits from fix/cron into main
Owner

This fixes a bug where another app with the same name was matched by the cron. For example, if the pretix stack is called tickets_ironscout2026_de and there is another app with a name like traefik-tickets_domain_de the regex would match both and try to execute with the latter container (failing).

This fixes a bug where another app with the same name was matched by the cron. For example, if the pretix stack is called `tickets_ironscout2026_de` and there is another app with a name like `traefik-tickets_domain_de` the regex would match both and try to execute with the latter container (failing).
kolaente added 1 commit 2025-09-29 20:25:53 +00:00
kolaente closed this pull request 2025-09-29 20:26:26 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kolaente/pretix#1
No description provided.