Skip to content

Commit f5e6889

Browse files
committed
watchdog restarts the AP worker
1 parent 46f370e commit f5e6889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
2+
watchmedo auto-restart --directory=/usr/src/app --pattern=*.py --recursive -- \
23
celery --app pod.activitypub.tasks worker --loglevel INFO --queues activitypub --concurrency 1 --hostname activitypub
34
sleep infinity

0 commit comments

Comments
 (0)