diff --git a/README.md b/README.md index a83e1e0..829d5eb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ This is the code repository for the DataCite Events REST API. 1. Add workers to the app/workers directory 2. Ensure you set the shoryuken_options e.g. `shoryuken_options queue: -> { "#{ENV['RAILS_ENV']}\_events" }, auto_delete: true` 3. Queues use environment prefixes. The prefix is set with the environment variable RAILS_ENV locally. -4. Add a requires statement for your queue in config/initializers/\_shoryuken.rb file e.g. `require Rails.root.join("app/workers/event_import_worker.rb")` ### Starting the Shoryuken workers