Commit Graph

5 Commits

Author SHA1 Message Date
Michal Konecny
e0ed8cd7dd [mailman3] Add automatic restart on web
The gunicorn is sometimes getting killed by OOM (I assume it's the AI
scrapers). So let's add automatic restart to get it back on track.
2025-07-14 10:39:13 +02:00
Michal Konecny
a807fb3d4f [mailman3] Create gunicorn configuration file
To make changing the gunicorn configuration more easily let's move
configuration values from systemd service to separate configuration
file.

The file will live in /etc/mailman3/gunicorn.conf.py.
2025-03-27 13:01:13 +01:00
Michal Konecny
e3de4275bd [mailman3] Enable autostart for timers
To be able to enable timer it needs to have WantedBy in [Install] section. Let's
add a hyperkitty.target to that section.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-11 09:32:50 +02:00
Lenka Segura
789bf6fcac mailman3: Fix quarter_hourly timer format and add hperkitty.target
Signed-off-by: Lenka Segura <lsegura@redhat.com>
2024-06-06 11:44:31 +00:00
Lenka Segura
73612b973a Create systemd timers for tasks
Signed-off-by: Lenka Segura <lsegura@redhat.com>
2024-05-31 11:52:49 +00:00