Sha256: 2a2b1121d2f53e6a680edbbc8d3802b0701b69ab4f76b88384befc572f13dd58
Contents?: true
Size: 425 Bytes
Versions: 1
Compression:
Stored size: 425 Bytes
Contents
# RailsPushQueues This project rocks and uses MIT-LICENSE. You can easily use Resque and/or Sidekiq workers without change. ## Set Iron configs In the environment config file, set: ``` config.iron_token = 'X' config.iron_project_id = 'Y' ``` ## Register the workers This is basically creating queues for each worker and setting your application as the subscriber. ``` rake queues:subscribe ImageConversionWorker ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_push_queues-0.0.1 | README.md |