https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
f5c719e update 06 February 2013, 03:38:50 UTC
301bba7 Fix unset fetch strategy crashing requeue, #680 05 February 2013, 23:11:41 UTC
d403f41 Update web UI screenshot 03 February 2013, 20:20:58 UTC
68b3d17 Merge pull request #673 from liorsion/master If a block is not sent to redis method, a connection is created anyway 02 February 2013, 15:58:10 UTC
da61fd9 replaced order of redis connection creation 02 February 2013, 10:47:58 UTC
82f40df Merge pull request #670 from mperham/travis-config Revert travis config. 01 February 2013, 17:37:20 UTC
901c4ec Revert travis config. 01 February 2013, 17:26:03 UTC
b115200 Overspec rack to prevent build hang, #656 01 February 2013, 17:10:00 UTC
89f76e0 Alphabetize CLI options 31 January 2013, 21:39:21 UTC
7d922c6 Update with more detail 30 January 2013, 23:19:51 UTC
7acc668 Merge pull request #668 from gaffneyc/upstart-examples Add an example config for Upstart on Ubuntu 12.04. 30 January 2013, 23:11:34 UTC
e994b05 Add docs about managing sidekiq and add logging. 30 January 2013, 22:33:41 UTC
219599d Add an example config for Upstart on Ubuntu 12.04. 30 January 2013, 22:13:18 UTC
8ee162a Merge branch 'master' of github.com:mperham/sidekiq 30 January 2013, 19:34:52 UTC
11c86ad Add infrastructure to sign sidekiq gem releases 30 January 2013, 19:34:46 UTC
98adb8d Merge pull request #667 from KensoDev/feature/make_history_graph_hover_more_readable Make the history graph more readable 30 January 2013, 10:13:29 UTC
80d990c Make the history graph more readable Hovering in the history graph now has formatted number, really useful when you have a lot of jobs processed daily. 30 January 2013, 10:04:46 UTC
1f431cb Add API to reschedule a job, fixes #645 29 January 2013, 21:17:59 UTC
c4154a8 Bump version 29 January 2013, 20:28:02 UTC
44fecf2 Implement process daemonizing, #662 29 January 2013, 19:19:36 UTC
661330d Ignore .rvmrc 29 January 2013, 19:14:13 UTC
77a0156 Merge pull request #663 from jtimberman/runit-example a simple runit example 28 January 2013, 23:44:04 UTC
3a2bd2b a simple runit example 28 January 2013, 23:35:47 UTC
cd1f96f Merge pull request #661 from dleung/master Re-enabled "Show all button" in sidekiq UI 28 January 2013, 22:02:31 UTC
e442b83 Re-enabled "show all button" after bootstrap.js is removed in Sidekiq UI. 28 January 2013, 21:55:14 UTC
c1a5a32 Merge pull request #644 from plentz/patch-1 making capistrano's stop/quiet tasks don't fail if sidekiq is already stopped 28 January 2013, 04:04:59 UTC
6d59af7 Add profiling support 27 January 2013, 22:03:40 UTC
7db8c00 Merge pull request #659 from laserlemon/no-rvmrc Remove .rvmrc 27 January 2013, 21:57:09 UTC
5212563 Merge pull request #658 from mperham/travis-config Update Travis config for bundle issues. 27 January 2013, 20:25:14 UTC
d64084f Remove .rvmrc It's best to leave this to the developer since each developer may handle their Rubies and gemsets differently. 27 January 2013, 20:21:47 UTC
a363fa3 Update Travis config to not rely on dev env to try and resolve the bundle install issues. 27 January 2013, 20:11:43 UTC
c0a165d Merge pull request #657 from dennisvdvliet/linear_graphs_dashboard Update the realtime graph as well 27 January 2013, 18:23:35 UTC
2e61ed6 Update the realtime graph as well 27 January 2013, 17:54:04 UTC
8e32cac Empty commit to test Travis build after new workers deployed. 27 January 2013, 03:31:53 UTC
0a60721 Merge pull request #652 from mperham/update-dashboard-stats Dynamically update redis stats on dashboard 27 January 2013, 01:28:54 UTC
ba76299 Merge pull request #654 from mperham/fix-broken-test Resolve fetcher test failure 26 January 2013, 22:01:55 UTC
396bf6c Move global Sidekiq option changes to before/after when testing redis connection so it doesn't pollute the rest of the test suite. 26 January 2013, 21:17:27 UTC
a679aaa Update changes.md. 26 January 2013, 20:17:00 UTC
2033e7f Dynamically update redis stats on dashboard. 26 January 2013, 19:34:46 UTC
9e15a9d Handle edge case where namespace is set in options, not hash 26 January 2013, 19:27:46 UTC
cea5519 Clean up namespace lookup, #651 26 January 2013, 19:26:10 UTC
35c562f Correctly find namespace for use in the Web UI. 26 January 2013, 19:12:34 UTC
b968d6c Merge pull request #651 from dennisvdvliet/linear_graphs_dashboard Dashboard improvements 26 January 2013, 17:27:50 UTC
6fdeb72 Dashboard improvements - Added namespace to dashboard footer. - Wekkly graph for completed/failed jobs - Change interpoleration for graphs to prevent the following http://www.evernote.com/shard/s1/sh/91cdebad-fef5-4895-bd60-b5ee0b277234 /d86e8d48616618459ddd6de8585127dc 26 January 2013, 17:00:59 UTC
00af937 Fix broken tests due to #631 changing global state 26 January 2013, 16:07:13 UTC
638514c Use Kernel#Array, fixes #647 25 January 2013, 16:58:13 UTC
ddf1d94 making capistrano's stop/quiet tasks don't fail if sidekiq is already stopped. fixes #637 24 January 2013, 22:15:30 UTC
76915f7 Merge branch 'master' of github.com:mperham/sidekiq 24 January 2013, 17:55:56 UTC
c606dd4 Add Sidekiq::Workers API, closes #639 24 January 2013, 17:55:41 UTC
4580191 Merge pull request #631 from grosser/namespace-from-options use namespace from options/config 20 January 2013, 00:29:21 UTC
e43d46a use namespace from options/config 20 January 2013, 00:03:12 UTC
4cca6eb Clean up option processing 19 January 2013, 04:57:26 UTC
9da3722 Merge pull request #630 from dtaniwaki/env_based_config Support env based config file 19 January 2013, 04:21:29 UTC
06e8223 Refactering for organized log 18 January 2013, 20:52:56 UTC
2d6672b Merge env based config to top level config and use not only command line options but also RAILS_ENV and RACK_ENV. 18 January 2013, 20:42:04 UTC
86f069c Support env based config file 18 January 2013, 19:10:52 UTC
56b3c82 Merge pull request #629 from dtaniwaki/prevent_inconsistence Stop sidekiq before rails update code 18 January 2013, 17:46:15 UTC
d4791c8 Use restart instead of stop and start 18 January 2013, 17:45:28 UTC
a04c3a8 Stop sidekiq before rails update code 18 January 2013, 16:45:03 UTC
27ca38b update changes 17 January 2013, 06:02:04 UTC
0e19aee I'm a TDD master. 17 January 2013, 05:53:48 UTC
79687c9 Move bulk requeue into the fetch strategy, #624 17 January 2013, 05:48:21 UTC
7e7afa1 Merge pull request #624 from ardell/master Improve hard shutdown procedure to reduce risk of dropping jobs. #623 16 January 2013, 22:40:32 UTC
e695e05 Clear workers in redis before terminating worker threads. #623 16 January 2013, 22:07:47 UTC
e2c0614 Improve efficiency and reliability of re-queueing when workers are terminated. #623 16 January 2013, 22:07:47 UTC
f0d2f06 Batch process worker removal for performance. #623 16 January 2013, 22:05:09 UTC
cee76e1 Explicate the ruby version 16 January 2013, 21:16:34 UTC
198e6a2 Update changes, bump version 16 January 2013, 21:08:20 UTC
742aeaa Push to front of queue, not back 16 January 2013, 21:08:10 UTC
53862bd Merge pull request #622 from ardell/master Fix #621 fix job re-queueing on hard shutdown (e.g. SIGTERM). 16 January 2013, 21:03:23 UTC
cca6628 Fix #621 fix job re-queueing on hard shutdown (e.g. SIGTERM). 16 January 2013, 19:11:05 UTC
afe0233 Merge pull request #620 from ryanlower/specify_retry_queue Add retry_queue to sidekiq_options 16 January 2013, 15:37:47 UTC
b199d37 Allow specification of retry_queue in sidekiq_options 16 January 2013, 01:28:52 UTC
acf7bdf Merge pull request #619 from Identified/fix_cap_tasks Fix Capistrano Task 15 January 2013, 21:55:59 UTC
2307820 fix capistrano task 15 January 2013, 21:17:22 UTC
593ce38 Merge pull request #616 from ramiyer28/master INIT script for Sidekiq message processor 14 January 2013, 04:06:35 UTC
dc8bd93 Merge pull request #618 from brainopia/patch-1 Simplify BasicFetch#queues_cmd 12 January 2013, 17:04:59 UTC
8783c4a Simplify BasicFetch#queues_cmd And improve weight honoring. 11 January 2013, 05:59:11 UTC
0d6554f Update examples/sidekiq 10 January 2013, 06:06:31 UTC
372906c Simple INIT script for sidekiq Starts and Stops Sidekiq message processor.  10 January 2013, 06:04:51 UTC
5804ad6 Add process index support to cap recipe 08 January 2013, 21:12:44 UTC
db48ff7 Fix empty queue crash, fixes #612 08 January 2013, 16:43:34 UTC
7748099 bump version, release 2.6.3 08 January 2013, 04:41:04 UTC
9c6b637 Merge pull request #610 from jmazzi/bugfix/exit_codes Use non-successful exit code when something goes wrong 07 January 2013, 21:24:29 UTC
b044170 Use non-successful exit code when something goes wrong 07 January 2013, 21:17:29 UTC
9cf8659 Add cli arg for unique process index 06 January 2013, 21:01:30 UTC
aaabdc9 Merge branch 'master' of github.com:mperham/sidekiq 06 January 2013, 05:17:28 UTC
7408387 Refactor fetch strategy, fix queueing to lpush and rpop. 06 January 2013, 05:17:08 UTC
4fc53b1 Merge pull request #609 from karlfreeman/normalize_args_item Prevent args being misused 05 January 2013, 16:39:05 UTC
224a2bf prevent args being misused 05 January 2013, 09:32:05 UTC
633983a Prep for 2.6.2 release 03 January 2013, 16:43:04 UTC
bb4127c Merge branch 'master' of github-brandon.com:mperham/sidekiq 03 January 2013, 16:23:43 UTC
563e4c4 Update beacon to be more noticable. 03 January 2013, 16:23:20 UTC
54c095e Add dashboard beacon change. 03 January 2013, 00:37:05 UTC
ddf96ec Merge pull request #606 from mperham/dashboard-beacon Add ajax beacon to dashboard. 03 January 2013, 00:28:18 UTC
ab94262 Add ajax beacon to dashboard. 02 January 2013, 22:49:12 UTC
0ae9b55 Revert "don't restart sidekiq after a deploy:restart" This reverts commit f6d5f6864ce1312cf4c90536f8a784548aedfab9. 01 January 2013, 21:52:10 UTC
4349bac Release 2.6.1 31 December 2012, 21:25:27 UTC
91518ec Add symbolize_keys core ext 30 December 2012, 21:33:06 UTC
506d5c0 remove dupe 30 December 2012, 04:13:18 UTC
back to top