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
2015-01-17 03:06:09 +00:00
..
extensions More explicit deprecation message 2014-10-02 15:30:01 -07:00
middleware Fix backtrace off-by-one. Previously if you asked for backtrace: 4, we actually stored 5 lines. 2015-01-09 21:07:01 -08:00
testing Add dynamic testing 2013-09-23 12:07:23 -07:00
actor.rb Remove unused file, fix various warnings 2014-03-19 17:11:12 -07:00
api.rb Avoid use of Array#pop 2015-01-17 03:06:09 +00:00
cli.rb Handle SIGUSR1 and SIGUSR2 as special cases so Sidekiq API works in JRuby. Fixes #2063 2014-12-11 16:26:01 -06:00
client.rb Some more frozen strings. 2015-01-11 21:53:39 -05:00
core_ext.rb Address assorted warnings 2014-03-19 17:47:08 -07:00
exception_handler.rb Add global error handler feature 2014-02-24 20:47:44 -08:00
fetch.rb Pipeline the bulk_requeue operation 2014-05-28 13:33:33 -07:00
launcher.rb Add random string to process identity. 2014-12-31 20:09:01 +00:00
logging.rb use context as stack 2014-12-30 14:02:33 -08:00
manager.rb Better usage text for sidekiqctl 2014-12-26 09:20:15 -08:00
paginator.rb flippin' typo 2014-02-13 21:19:47 -08:00
processor.rb Refactor redis usage to avoid nil result from multi, see redis/redis-rb#490 2014-12-18 09:15:52 -08:00
rails.rb Never include modules if .remove_delay was called 2014-06-28 18:20:42 -04:00
redis_connection.rb Make connection logging debug-level, fixes #1794 2014-06-21 21:01:59 -07:00
scheduled.rb Give credit for #1984 2014-10-06 08:58:37 -07:00
testing.rb Merge pull request #1943 from aprescott/enqueue-and-perform-for-inline 2014-12-18 10:20:51 -08:00
util.rb Add random string to process identity. 2014-12-31 20:09:01 +00:00
version.rb Version bump, changes 2014-11-19 10:01:19 -08:00
web.rb Fit all stats into 2 redis pipelines 2015-01-17 01:54:34 +00:00
web_helpers.rb Remove size helpers 2015-01-16 14:03:19 -08:00
worker.rb Remove warning for a long dead option 2015-01-14 12:00:29 -08:00