mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-24 13:43:45 +00:00
7 lines
No EOL
112 B
Bash
7 lines
No EOL
112 B
Bash
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o nounset
|
|
|
|
rm -f './celerybeat.pid'
|
|
celery -A app.component.celery beat -l info |