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
Brandon Hilkert ed55232a78 Create separate data structures for queue and worker
Rspec allows expectations to be written using change(LogWorker.jobs,
:size). The result of .jobs in this case was a derived array that wasn't
manipulated under the covers. So when Rspec went to check the size of
the array after the fact, it appeared that nothing had changed.

This sets up a true array for the jobs for a single worker and
pulls jobs off that array so rspec can properly make assertions.
2015-11-25 07:15:34 -05:00
..
extensions Undeprecate actionmailer delay, fixes #2186 2015-03-02 13:14:09 -08:00
middleware Make exception available in #sidekiq_retry_in 2015-10-23 11:54:55 -04:00
testing
api.rb Replace kernel loop with while loop 2015-10-29 19:38:09 +03:00
cli.rb Less familiar 2015-11-12 14:38:29 -08:00
client.rb Remove deprecated method 2015-10-23 15:04:30 -07:00
core_ext.rb Revert using #each_key 2015-04-11 00:44:57 +03:00
exception_handler.rb Pro XSS 2015-04-29 14:12:32 -07:00
fetch.rb Change old "message" terminology to "job" 2015-10-23 15:05:50 -07:00
launcher.rb thanks @take-five 2015-11-17 09:18:30 -06:00
logging.rb Dont log timestamp on Heroku, fixes #2343 2015-06-10 10:09:48 -07:00
manager.rb Manager now fires stop-related events 2015-10-30 14:50:44 -07:00
paginator.rb Remove instances of early return while holding a Redis connection 2015-04-10 14:28:28 -07:00
processor.rb Change old "message" terminology to "job" 2015-10-23 15:05:50 -07:00
rails.rb Never include modules if .remove_delay was called 2014-06-28 18:20:42 -04:00
redis_connection.rb Increase the default server max connection pool size, #2634 2015-10-30 08:43:56 -07:00
scheduled.rb Remove old poll_interval attribute 2015-10-14 16:26:04 -07:00
testing.rb Create separate data structures for queue and worker 2015-11-25 07:15:34 -05:00
util.rb Free lifecycle procs so they GC 2015-10-13 09:46:06 -07:00
version.rb 4.0.1 2015-11-17 12:03:26 -06:00
web.rb Monkeypatch Rails session store to support each, #2460 2015-08-31 10:57:03 -07:00
web_helpers.rb Remove nil qparams to avoid extra & in url generation 2015-11-15 22:07:02 +00:00
worker.rb Don't allow delay usage on Sidekiq::Worker 2015-10-12 07:53:10 -07:00