Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: Remove hard coded worker name (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Nov 5, 2021
1 parent 86611d3 commit 3eef08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ then
sc4snmp-poller $@ &
else
echo starting sc4-snmp-worker
celery -A splunk_connect_for_snmp_poller.manager.celery_client worker -l INFO -n worker1 || exit 1
celery -A splunk_connect_for_snmp_poller.manager.celery_client worker -l INFO || exit 1
fi

pid="$!"
Expand Down

0 comments on commit 3eef08e

Please sign in to comment.