mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-23 21:06:50 +00:00
7 lines
No EOL
107 B
Bash
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 |