Created
December 22, 2014 05:34
-
-
Save mlissner/afc7cbf740612ff839ba to your computer and use it in GitHub Desktop.
Mine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start_workers () { | |
echo "Starting workers with command: " | |
echo " $CELERYD_MULTI start $CELERYD_NODES $DAEMON_OPTS \ | |
--pidfile=\"$CELERYD_PID_FILE\" \ | |
--logfile=\"$CELERYD_LOG_FILE\" \ | |
--loglevel=\"$CELERYD_LOG_LEVEL\" \ | |
--cmd=\"$CELERYD\" $CELERYD_OPTS" | |
$CELERYD_MULTI start $CELERYD_NODES $DAEMON_OPTS \ | |
--pidfile="$CELERYD_PID_FILE" \ | |
--logfile="$CELERYD_LOG_FILE" \ | |
--loglevel="$CELERYD_LOG_LEVEL" \ | |
--cmd="$CELERYD" \ | |
$CELERYD_OPTS | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment