eigent/server/celery/beat/start
Tong Chen 712f20a8fa
Some checks are pending
Pre-commit / pre-commit (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Feat: Server refactor v1 (#1509)
2026-03-24 18:05:52 +08:00

7 lines
No EOL
107 B
Bash

#!/bin/bash
set -o errexit
set -o nounset
rm -f './celerybeat.pid'
celery -A app.core.celery beat -l info