Compare commits

...

2 commits

Author SHA1 Message Date
113df4f942 Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ Ansible Lint (push) Successful in 2m55s
/ Ansible Lint (pull_request) Successful in 2m56s
2026-03-11 00:16:47 +00:00
904c50c17c
fux alert: set for to 2min
All checks were successful
/ Ansible Lint (push) Successful in 2m28s
2026-03-10 21:45:52 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ groups:
description: "The job {{ $labels.job }} on target: {{ $labels.instance }} has been flaky over the last 24 hours."
- alert: ProbeFailed
expr: group by(instance, job, ip) (probe_success{org="fux"} == 0)
for: 1m
for: 2m
labels:
severity: critical
org: fux

View file

@ -33,7 +33,7 @@ services:
- pretalx_net
pretalx:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2025.2.3
entrypoint: gunicorn
command:
- "pretalx.wsgi"
@ -78,7 +78,7 @@ services:
- pretalx_net
celery:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2025.2.3
command:
- taskworker
restart: unless-stopped