mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 00:32:16 -05:00
7 lines
99 B
Bash
7 lines
99 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
source environment.sh
|
||
|
|
celery -A run_celery.notify_celery beat --loglevel=INFO
|