Skip to content

Commit

Permalink
Rename, and remove unused, sidekiq configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMacPherson authored and default committed Jul 19, 2018
1 parent 8e845ad commit 2df29c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions Procfile
@@ -1,5 +1,4 @@
publishing-api-worker: bundle exec sidekiq -C ./config/sidekiq/publishing_api.yml
google-analytics-worker: bundle exec sidekiq -C ./config/sidekiq/google_analytics.yml
default-worker: bundle exec sidekiq -C ./config/sidekiq/default.yml
publishing-api-consumer: bundle exec rake publishing_api:consumer
bulk-import-publishing-api-consumer: bundle exec rake publishing_api:bulk_import_consumer
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
@@ -1,5 +1,4 @@
---
:concurrency: 3
:queues:
- publishing_api
- quality_metrics
4 changes: 0 additions & 4 deletions config/sidekiq/google_analytics.yml

This file was deleted.

0 comments on commit 2df29c2

Please sign in to comment.