Compare commits
2 commits
4e4ec7e2ca
...
113df4f942
| Author | SHA1 | Date | |
|---|---|---|---|
| 113df4f942 | |||
|
904c50c17c |
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue