2023-05-10 09:02:59 +02:00

7 lines
79 B
Bash

#!/bin/bash
set -o errexit
set -o nounset
celery -A "$APP_NAME" beat -l info