GitHub / github/resque / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 5be47e2b | merge Merge pull request #23 from github/dbussink/limit-retries |
Dirkjan Bussink <d****k@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| cffc7834 | Limit retries when they happen outside of reconnects | Dirkjan Bussink <d****k@g****m> | almost 7 years ago | |
| 44299c71 | merge Merge pull request #21 from github/lerebear-graceful-term |
Lere Williams <l****r@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| d85a80c4 | Add option to handle SIGTERM like SIGQUIT. | Lere Williams <l****r@g****m> | about 7 years ago | |
| 60f8ad88 | merge Merge pull request #20 from github/dbussink/generalized-retries |
Dirkjan Bussink <d****k@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| aefe4ade | Add generalized retry logic for Redis operations | Dirkjan Bussink <d****k@g****m> | over 7 years ago | |
| 1e1a257f | merge Merge pull request #19 from github/dbussink/resque-fixes |
Dirkjan Bussink <d****k@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 5b40b4f9 | Move wait to correct place | Dirkjan Bussink <d****k@g****m> | over 7 years ago | |
| 5a26991e |
Apply suggestions from code review
Co-authored-by: dbussink <d****k@g****m> |
Nathan Witmer <n****n@z****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 0bd3d214 | Update to latest gems | Dirkjan Bussink <d****k@g****m> | over 7 years ago | |
| 86f2a75e | Disable Ruby warnings in test run | Dirkjan Bussink <d****k@g****m> | over 7 years ago | |
| db4eb261 | Add retry logic when waiting for events | Dirkjan Bussink <d****k@g****m> | over 7 years ago | |
| f821ba04 | Remove flushall usage | Dirkjan Bussink <d****k@g****m> | over 7 years ago | |
| d665482c | Update to Redis 4.0 and remove deprecated usage | Dirkjan Bussink <d****k@g****m> | over 7 years ago | |
| 9496c08b | Redis also supports unix sockets so support this in resque too | Dirkjan Bussink <d****k@g****m> | about 8 years ago | |
| a90b26a5 | merge Merge pull request #17 from github/ignore-missing-class-in-cleanup |
Nathan Witmer <n****n@z****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 5258b190 | Ignore missing payload class when retrieving failure hooks | Nathan Witmer <n****n@z****m> | almost 9 years ago | |
| a36ba036 | Ignore missing job classes in failure hooks | Nathan Witmer <n****n@z****m> | almost 9 years ago | |
| 5c972bf7 | merge Merge pull request #16 from github/dbussink/update-redis-namespace |
Dirkjan Bussink <d****k@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| ea2fc44e | Remove namespace from blpop | Dirkjan Bussink <d****k@g****m> | about 9 years ago | |
| 9b98ef74 | Update to allow newer redis-namespace gem | Dirkjan Bussink <d****k@g****m> | about 9 years ago | |
| 974ef20b | merge Merge pull request #15 from github/reserve-from-available-queues |
Ben Gollmer <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| acaecb34 | Reserve from available queues | Ben Gollmer <j****n@g****m> | over 9 years ago | |
| 97909978 | Test before_reserve hook with two queues | Ben Gollmer <j****n@g****m> | over 9 years ago | |
| 4e99b39a | merge Merge pull request #14 from github/pipelined |
John Nunemaker <n****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| bedc076f | Add pipelined around push and remove_queue | John Nunemaker <n****r@g****m> | over 9 years ago | |
| 2edcfae0 | merge Merge pull request #13 from github/empty-queues-in-id |
Nathan Witmer <n****n@z****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 61c977b0 | Add non-empty but nonstandard queue value to worker id | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| af5b7bd1 | Preserve empty queue list in truncated worker id | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| e1678a36 | merge Merge pull request #12 from github/fix-empty-queue-busy-wait |
Nathan Witmer <n****n@z****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| b9d2811f | Check that all queues are reservable before trying to reserve a job. | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| e4afae36 | Extract before_reserve filtering out from Job.reserve | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 4337154d | merge Merge pull request #11 from github/blpop |
Nathan Witmer <n****n@z****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| c6efbe14 | Remove duplicate assertion | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 6174f4a1 | Redis sets, including queue lists, are unordered (fixes two tests) | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| edef411b | paused? not paused | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| d594ce81 | Set "waiting" procline before the blocking reserve | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 76506dee | Default interval is 5, not 1, across the board | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 4742f7db | Thread interval from worker to BLPOP timeout | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 30425e43 | Send all available queues through to Job.reserve and Resque.pop | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| dbeb57af | Remove redundant (outdated?) test to fix test suite warning | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 3cc10fbf | Use BLPOP in Resque.pop | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 476c3d93 | Workers don't clean up dead workers on startup anymore | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| bb6b3120 | Job queues aren't part of the worker id anymore | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| a33668fc | Remove tests for bookeeping that's been removed | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| ba79ebfb | Fix worker_pids test | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 9583c7af | Bare minimum to get the tests working again | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 43cc5774 | merge Merge pull request #10 from github/separate-queues-from-id |
Nathan Witmer <n****n@z****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 5d0484a5 | Remove processed! and failed! methods, pipeline the processed commands | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| e8d5383c | Remove per-worker failed and processed stats | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 42a0b228 | Pipeline worker registration/unregistration | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 6fbad21a | Remove `started` key bookeeping | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| abaabc75 | Move worker queue information to a separate key | Nathan Witmer <n****n@z****m> | over 9 years ago | |
| 28985cfe | merge Merge pull request #9 from github/we-can't-prune-hard-enough |
Amy Palamountain <a****p@u****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| f7e7af74 | Too many workers to prune the set | Amy Palamountain <a****p@g****m> | over 9 years ago | |
| 12b6e87f | merge Merge pull request #8 from github/fewer |
John Nunemaker <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 6466c43f | Steal sismember reduction from latest resque 1.x | John Nunemaker <n****r@g****m> | about 10 years ago | |
| acba2e2e | merge Merge pull request #7 from github/use-socket-hostname | Rob Sanheim <r****m@g****m> | over 11 years ago | |
| 738d8ef4 | Use Socket to get the hostname, don't shell out | Rob Sanheim <r****m@g****m> | over 11 years ago | |
| 7d84f8d9 | merge Merge pull request #4 from github/add-reserve-hook | Kyle Daigle <k****e@g****m> | over 12 years ago | |
| 25f1b30e | /Rescue/Resque/ for power | Kyle Daigle <k****e@g****m> | over 12 years ago | |
| 75cce2f5 | Reference the correct error class | Kyle Daigle <k****e@g****m> | over 12 years ago | |
| 6637c8fd | Implement the initial before_reserve in Job | Kyle Daigle <k****e@g****m> | over 12 years ago | |
| 3a919c83 | merge Merge pull request #3 from github/cleanup-broken-build | Kyle Daigle <k****e@g****m> | over 12 years ago | |
| 2fd63268 | merge Merge pull request #2 from github/before-first-fork-backport | Kyle Daigle <k****e@g****m> | over 12 years ago | |
| 6f664aa5 | Use ActiveSupport::TestCase for resque/web test helper | Kyle Daigle <k****e@g****m> | over 12 years ago | |
| 5e4c90df | Update yajl-ruby to avoid Mac segfault | Kyle Daigle <k****e@g****m> | over 12 years ago | |
| bf51fa31 | Remove drepceated redis-server setting | Kyle Daigle <k****e@g****m> | over 12 years ago | |
| 7c0d06ab | Backport passing Resque::Worker object to before_first_fork hook | Ryan Tomayko <r****o@g****m> | over 12 years ago | |
| 92064d7c | merge Merge pull request #1 from github/run-at-as-iso8601 | Will Farrington <w****r@g****m> | over 12 years ago | |
| c61ae707 | Store run_at as iso8601 format | Will Farrington <w****r@g****m> | over 12 years ago | |
| f2a50152 | Add after_perform hook | Ryan Tomayko <r****o@g****m> | almost 13 years ago | |
| 903009a8 | Handle TERM/INT hard shutdown with fork-per-job disabled | Ryan Tomayko <r****o@g****m> | almost 13 years ago | |
| 4b73cb0e | Don't fork for each job | Ryan Tomayko <r****o@g****m> | almost 13 years ago | |
| 96bb1b27 | Version 1.20.0 | Terence Lee <h****2@g****m> | over 14 years ago | |
| c76e26ab | add myself to gem author list | Terence Lee <h****2@g****m> | over 14 years ago | |
| 8aad2e1d | test in both 1.8 and 1.9 mode of jruby | Terence Lee <h****2@g****m> | over 14 years ago | |
| eef1125b | let's test on ruby 1.9.3 | Terence Lee <h****2@g****m> | over 14 years ago | |
| 9b2125a6 | fix rbx testing on travis | Terence Lee <h****2@g****m> | over 14 years ago | |
| ddfb5bbd | merge Merge pull request #437 from federomero/patch-1 | Terence Lee <g****b@h****m> | over 14 years ago | |
| deea9488 | payload class is a string not a ruby constant | Terence Lee <h****2@g****m> | over 14 years ago | |
| af5a9a8e | merge Merge pull request #449 from elisehuard/master | Chris Wanstrath <c****s@o****g> | almost 15 years ago | |
| 8031b716 | allow trailing slashes at the end of all pages | Elise Huard <e****d@f****k> | almost 15 years ago | |
| eb999e54 | Add ' to "require resque/server" in README.markdown | Federico Romero <f****o@g****m> | almost 15 years ago | |
| 3080af32 | Use Sinatra's public_folder if it exists | Chris Wanstrath <c****s@o****g> | almost 15 years ago | |
| 635b50ca | Wait for child with specific PID to avoid waiting on other zombie processes (... |
Jacobkg <j****g@g****m>
Committed by: Chris Wanstrath <c****s@o****g> |
almost 15 years ago | |
| 0dc69746 | Fixed typo in demo README |
Niels Johnson <n****s@i****g>
Committed by: Chris Wanstrath <c****s@o****g> |
almost 15 years ago | |
| 76ebca13 | raise takes a string when re-raising as a different exception class. |
Trevor Hart <t****r@l****m>
Committed by: Chris Wanstrath <c****s@o****g> |
almost 15 years ago | |
| 50fee9b6 | Mentioned and explained the INTERVAL option in the README. |
Szymon <s****n@j****l>
Committed by: Chris Wanstrath <c****s@o****g> |
almost 15 years ago | |
| aca9e2fa | Fix Resque::Helpers#constantize to work correctly on 1.9.2 |
Ryan Taylor Long <r****n@r****m>
Committed by: Chris Wanstrath <c****s@o****g> |
almost 15 years ago | |
| 56ad1e7d | Assign the job's worker before calling `before_fork` |
Aaron Quint <a****n@q****m>
Committed by: Chris Wanstrath <c****s@o****g> |
almost 15 years ago | |
| 4499a39e | fix build for 1.9.2 |
Terence Lee <h****2@g****m>
Committed by: Chris Wanstrath <c****s@o****g> |
almost 15 years ago | |
| 7bc421a9 | Allow `*` to appear anywhere in queue list. |
Marcos Tapajos <t****s@g****m>
Committed by: Chris Wanstrath <c****s@o****g> |
almost 15 years ago | |
| c8a3e0a1 | merge Merge pull request #398 from humancopy/resque | Chris Wanstrath <c****s@o****g> | almost 15 years ago | |
| 461351c2 | Reading the 'Contributing' wiki page is now required. | Chris Wanstrath <c****s@o****g> | almost 15 years ago | |
| 17ad7f8e | Docs for before & after dequeue hooks. | humancopy <i****o@h****t> | almost 15 years ago | |
| 8d92f032 | merge Merge remote-tracking branch 'chrisleishman/daemonize' | Chris Wanstrath <c****s@o****g> | almost 15 years ago | |
| 4d530b8a | tweak | Chris Wanstrath <c****s@o****g> | almost 15 years ago | |
| 560450e3 | Web UI: Set the default encoding to UTF-8 |
elubow <e****c@l****g>
Committed by: Chris Wanstrath <c****s@o****g> |
almost 15 years ago | |
| 8b15ac3c | merge Merge remote-tracking branch 'stipple/distributed' | Chris Wanstrath <c****s@o****g> | almost 15 years ago |