Skip to content

Commit

Permalink
Update service for production
Browse files Browse the repository at this point in the history
  • Loading branch information
paramsingh committed Jun 21, 2018
1 parent b86dba1 commit 9205674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/prod/uwsgi/uwsgi.service
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ then
exec python3 -m listenbrainz.bigquery_writer.bigquery_writer
fi

if [ "${CONTAINER_NAME}" = "listenbrainz-stats-calculator-prod" ]
if [ "${CONTAINER_NAME}" = "listenbrainz-bigquery-job-runner-prod" ]
then
cd /code/listenbrainz
exec python3 -m listenbrainz.stats.stats_calculator
exec python3 -m listenbrainz.bigquery_job_runner.bigquery_job_runner
fi

if [ "${CONTAINER_NAME}" = "listenbrainz-api-compat" ]
Expand Down

0 comments on commit 9205674

Please sign in to comment.