1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib/sidekiq
Chad Schroeder e8227186bb Raise error for duplicate queue names in config, fixes #3911 (#3936)
* Raise error for duplicate queue names in config, fixes #3911

* Add note to change log
2018-08-24 11:35:07 -07:00
..
extensions
middleware
testing
web Add CSP header to web admin to ensure it matches needs (#3913) 2018-08-05 12:31:37 -07:00
api.rb Convert queue name to string, fixes #3907 2018-08-01 09:36:37 -07:00
cli.rb Raise error for duplicate queue names in config, fixes #3911 (#3936) 2018-08-24 11:35:07 -07:00
client.rb
core_ext.rb
delay.rb
exception_handler.rb
fetch.rb
job_logger.rb
job_retry.rb
launcher.rb dup hash to avoid concurrent modification, fixes #3921 2018-08-10 05:57:56 -07:00
logging.rb
manager.rb
paginator.rb
processor.rb
rails.rb
redis_connection.rb
scheduled.rb Remove the 2x, further comments 2018-07-20 10:48:46 -07:00
testing.rb polish, changes, bump 2018-05-30 09:57:37 -07:00
util.rb
version.rb dup hash to avoid concurrent modification, fixes #3921 2018-08-10 05:57:56 -07:00
web.rb
worker.rb