1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

24 commits

Author SHA1 Message Date
Mike Perham
debe8ec3d7 move config to proper place 2018-09-20 13:06:46 -07:00
Mike Perham
9f12a77bb1 Upgrade to Rails 5.2 skeleton 2018-06-21 11:14:54 -07:00
Mike Perham
cc59d07e48 Disable delay extensions by default, fixes #3174 (#3299)
* Disable delay extensions by default, fixes #3174

* Size check for YAML payload

* so racy

* Allow larger, explicit size in message

* Polish
2017-01-04 10:30:42 -08:00
Mike Perham
de9347a172 remove namespace 2016-05-31 10:01:45 -07:00
Mike Perham
f4c29b1675 Merge branch 'master' into internal_rewrite 2015-10-08 10:20:11 -07:00
Mike Perham
76e823a8b1 Add worker for testing latency 2015-10-08 10:19:55 -07:00
Mike Perham
56ea001c25 Move fetching into the processor
This removes thread context switching and network delay.
2015-10-07 15:23:52 -07:00
Mike Perham
acd8e2fb34 Update application rails stuff 2015-09-30 16:16:06 -07:00
Mike Perham
7fcd7aaa7d Cleanup, profiling experiments 2015-09-21 14:50:00 -07:00
Mike Perham
935b9eb2f6 Monkeypatch Rails session store to support each, #2460 2015-08-31 10:57:03 -07:00
Mike Perham
9591d8cbaf Remove explicit session use, add monkeypatch for Rails bug, #2460 2015-07-29 09:55:35 -07:00
Abdelkader Boudih
8f0bdd065d [Webui] Add back button 2014-08-02 00:36:37 +00:00
Mike Perham
2da06dcfe7 sigh 2014-03-11 21:21:21 -07:00
Mike Perham
3d117e6051 Implement process lifecycle events, fixes #1534 2014-03-10 20:46:19 -07:00
Mike Perham
9d931cb23e Add instructions for reproducing Ruby 2.0 slowness 2013-04-26 09:00:03 -07:00
Mike Perham
cea55197e7 Clean up namespace lookup, #651 2013-01-26 11:26:10 -08:00
Mike Perham
0bfe2bd416 Implement simple home page and queue page 2012-03-05 20:53:14 -08:00
Mike Perham
0973245909 Redis connection API change
old: Sidekiq.redis = Sidekiq::RedisConnection.create(:namespace => 'foo')
new: Sidekiq.redis = { :namespace => 'foo' }
2012-03-01 13:41:12 -08:00
Mike Perham
a242600a08 Split configuration into configure_server and configure_client blocks. 2012-02-20 09:46:28 -08:00
Mike Perham
8ee8137caa Refactor options to be globally available for things like
connection pool sizing.
2012-02-19 13:05:19 -08:00
Mike Perham
0a9a12cee8 Redis should be auto-initialized without any configuration on the client-side 2012-02-17 13:52:24 -08:00
Mike Perham
00501031df One redis accessor to rule them all. 2012-02-17 13:39:36 -08:00
Mike Perham
f9af66edd7 Rework redis connections so that the manager and
the client use separate pools.

This is so the Rails app Sidekiq::Client and 
Sidekiq::Manager can use different configurations.

Also, fix issue where workers were not unregistered
in Redis upon shutdown.
2012-02-11 13:14:03 -08:00
Mike Perham
89144133fb Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00