GitHub / QueueClassic/queue_classic / commits
Simple, efficient worker queue for Ruby & PostgreSQL.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 97f52176 | Updates for 4.1.0 (#342) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| ef9cbca9 | Remove hardcoding from the queue, check for others. Except for setup … (#350) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| ac45544c | Release 4.0.0 (#339) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 8484634c |
Add success_handler to give subclass control over success (#338)
Co-authored-by: Maher Hawash <g****h@g****m> |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| bad7fd19 | Setup codeql analysis (#337) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 32e19326 | Change docs / tests to only supported ruby versions, move to Github Actions f... |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| ec316082 | Actually bump to 4.0.0-beta1 | Russell Smith <u****1@u****m> | almost 5 years ago | |
| 92799759 | merge Merge branch 'jhawthorn-patch-1' | Russell Smith <u****1@u****m> | almost 5 years ago | |
| dbfee9bd | Use nil for tty option in normalize_db_url | John Hawthorn <j****n@h****l> | almost 5 years ago | |
| 8b416cad | Update README.md |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 482e640a | Mention GoodJob (#331) |
sandstrom <m****b@a****e>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 1e40ddd8 | merge Merge branch 'faraquet-testing-ruby-2.7' | Russell Smith <u****1@u****m> | about 6 years ago | |
| 76ad0b24 | Add testing for ruby 2.7 | Andrey Andriychuk <a****y@h****m> | about 6 years ago | |
| b67f971c | merge Merge branch 'austinrfnd-ar_timestamp_fix' | Russell Smith <u****1@u****m> | over 6 years ago | |
| 6ab7dfa4 | fixes issue 314. Guard against timestamp coming back as Time class instance | Fonacier <a****r@d****m> | over 6 years ago | |
| 655143b7 | Update to currently supported ruby versions (#323) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 4b129ba5 | merge Merge pull request #322 from rainforestapp/pp/fix-build |
Paul Padier <p****r@r****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 3047f96c | Build on CircleCI | Paul Padier <p****r@r****m> | almost 7 years ago | |
| 96094be6 | Fix specs now that connection is lazily evaluated | Paul Padier <p****r@r****m> | almost 7 years ago | |
| ce4c4ced | Fix passing in connection to ConnAdapter.new | Paul Padier <p****r@r****m> | almost 7 years ago | |
| 18c7790b | Remove support for older Postgres versions, also add migrations for 4.0.0 (#313) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 523cd7cf | Fix PG::ConnectionBad issue (#312) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 9fe22cc8 | merge Merge branch 'jasoncodes-skip-lock-cte' | Russell Smith <u****1@u****m> | almost 7 years ago | |
| 14c9bc52 | Use a CTE to prevent a nested loop from locking multiple jobs | Jason Weathered <j****n@j****m> | about 7 years ago | |
| 542c2b9e | Reformat SQL onto multiple lines | Jason Weathered <j****n@j****m> | about 7 years ago | |
| e2f25174 | Reformat to use a heredoc | Jason Weathered <j****n@j****m> | about 7 years ago | |
| 4260d896 | Add links to other useful projects | Russell Smith <u****1@u****m> | about 7 years ago | |
| a5d8bd4a | Update the readme, changelog | Russell Smith <u****1@u****m> | about 7 years ago | |
| 6049ba0b | Count scheduled vs ready jobs (#255) |
Simon Mathieu <s****h@g****m>
Committed by: Russell Smith <u****1@u****m> |
about 7 years ago | |
| a6ef2083 | merge Merge branch 'sunbirddcim-Use_skip_locked' | Russell Smith <u****1@u****m> | about 7 years ago | |
| 28acedb8 | Update changelog | Russell Smith <u****1@u****m> | about 7 years ago | |
| fb573b11 | merge Merge branch 'Use_skip_locked' of git://github.com/sunbirddcim/queue_classic ... | Russell Smith <u****1@u****m> | about 7 years ago | |
| e8c88e53 | Don't rescue Time.now exceptions in log_yield (#310) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 59b35705 | Add some fixes for fresh installs with AR migrations (#308) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| b96ef4c4 | Remove lock_head as it is no longer used | Jason Herr <j****r@s****m> | about 7 years ago | |
| 75dd8745 | Update queue_classic_jobs using SKIP LOCKED and ignore top_bound | Jason Herr <j****r@s****m> | about 7 years ago | |
| 9ceafa4b | merge Merge branch 'thejonanshow-rescue_more_errors' | Russell Smith <u****1@u****m> | about 7 years ago | |
| 4d2c14f8 | Fix specs | Russell Smith <u****1@u****m> | about 7 years ago | |
| 7ba94132 | merge Merge branch 'rescue_more_errors' of git://github.com/thejonanshow/queue_clas... | Russell Smith <u****1@u****m> | about 7 years ago | |
| 13af16f2 | merge Merge branch 'master' of github.com:QueueClassic/queue_classic | Russell Smith <u****1@u****m> | about 7 years ago | |
| fd72274e | merge Merge branch 'Inviz-fix_connection_spec' | Russell Smith <u****1@u****m> | about 7 years ago | |
| f6ac520d | merge Merge | Russell Smith <u****1@u****m> | about 7 years ago | |
| d89e8c72 | CHANGELOG.md with dates, compare links (#293) |
Olle Jonsson <o****n@g****m>
Committed by: Russell Smith <u****1@u****m> |
about 7 years ago | |
| 6a5586b4 | merge Merge branch 'change-docs-9.6' | Russell Smith <u****1@u****m> | about 7 years ago | |
| 3b3d124c | Use 90600 as the min vesion | Russell Smith <u****1@u****m> | about 7 years ago | |
| 4b9c0624 | Add output of the vesion you are running | Russell Smith <u****1@u****m> | about 7 years ago | |
| 35375be1 | merge Merge branch 'olleolleolle-patch-1' | Russell Smith <u****1@u****m> | about 7 years ago | |
| ceb3aa93 | merge Merge branch 'patch-1' of git://github.com/olleolleolle/queue_classic into ol... | Russell Smith <u****1@u****m> | about 7 years ago | |
| c8d1562b | merge Merge branch 'add-frozen-string-literal' | Russell Smith <u****1@u****m> | about 7 years ago | |
| 1e335947 | Make QC fail with versions of PG < 9.6, add notes in readme and changelog | Russell Smith <u****1@u****m> | about 7 years ago | |
| 732bc4a8 | Add frozen string literal to everything | Russell Smith <u****1@u****m> | about 7 years ago | |
| eef7c9df | Make changelog a little nicer to read | Russell Smith <u****1@u****m> | about 7 years ago | |
| a9f974e2 | Remove broken code climate link | Russell Smith <u****1@u****m> | about 7 years ago | |
| 46610a7d | Update the changelog from changes #294 | Russell Smith <u****1@u****m> | about 7 years ago | |
| 60f1d727 | merge Merge branch 'borgand-retry_enqueue_on_pgerror' | Russell Smith <u****1@u****m> | about 7 years ago | |
| 77180fbf | Change PGError to PG::Error | Russell Smith <u****1@u****m> | about 7 years ago | |
| 7e6fba11 | merge Merge branch 'retry_enqueue_on_pgerror' of git://github.com/borgand/queue_cla... | Russell Smith <u****1@u****m> | about 7 years ago | |
| babcbcf2 | merge Merge branch 'circle-ci-for-more-rubies' | Russell Smith <u****1@u****m> | about 7 years ago | |
| 9d61c0cb | Add testing for other versions of ruby and pg | Russell Smith <u****1@u****m> | about 7 years ago | |
| 74362ee3 | Move to Circle CI (#304) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 0d50f997 | Change ruby versions to currently supported ones. (#297) |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 4cdc9b8e | merge Merge pull request #298 from QueueClassic/add-code-of-conduct-1 |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 2e59a2cb | Create CODE_OF_CONDUCT.md |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 3a7c4d6e | merge Merge branch 'Kjarrigan-update-pg' | Russell Smith <u****1@u****m> | about 8 years ago | |
| 0e77e312 | Automatically retry enqueing after connection reset | Laas Toom <l****m@g****m> | over 8 years ago | |
| 21c83964 | [refactor] tasks: use Kernel#abort |
Olle Jonsson <o****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| dee64b36 | Change PG Version to <= 2.0 | Holger Arndt <a****t@c****e> | about 9 years ago | |
| cde82d17 | merge Merge pull request #290 from takkanm/patch-1 |
Jean-Philippe Boily <j****@j****a>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| c84a870f | use latest Rubies |
Mitsutaka Mimura <t****m@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 23fa1a6d | merge Merge pull request #287 from amatsuda/ruby_versions |
Jean-Philippe Boily <j****@j****a>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 4d310d90 | CI against current newest stable rubies (take 2) | Akira Matsuda <r****e@d****p> | over 9 years ago | |
| a762bebd | merge Merge pull request #286 from amatsuda/ci |
Jean-Philippe Boily <j****@j****a>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 0b78db23 | CI against current newest stable rubies | Akira Matsuda <r****e@d****p> | over 9 years ago | |
| 4a64c8d9 | Always use the newest released bundler when CIing | Akira Matsuda <r****e@d****p> | over 9 years ago | |
| 51d56ca6 | merge Merge pull request #284 from clemensg/pg_bump |
Simon Mathieu <s****h@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 8f6032b8 |
Bump pg version dependency
Signed-off-by: Clemens Gruber <c****u@g****m> |
Clemens Gruber <c****u@g****m> | almost 10 years ago | |
| 1ef197b9 | merge Merge pull request #281 from YodelTalk/uppercase-sql |
Russell Smith <u****1@u****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 88f02c61 | merge Merge pull request #282 from MarkBennett/patch-1 |
Jean-Philippe Boily <j****@j****a>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 92ae0e22 | Remove version from Gemfile |
Mark Bennett <m****k@b****a>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| fb4fadba | Update setup to reflect latest stable release |
Mark Bennett <m****k@b****a>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 3c53a465 | merge Merge pull request #280 from YodelTalk/master | Yves Senn <y****n@g****m> | about 10 years ago | |
| 85c497bf | Uppercase all the keywords | Mario Uher <u****o@g****m> | about 10 years ago | |
| 7838bab7 | Replace tabs with spaces | Mario Uher <u****o@g****m> | about 10 years ago | |
| 73059b9f | Fix custom worker example | Mario Uher <u****o@g****m> | about 10 years ago | |
| c26f2c9f | merge Merge pull request #277 from bronson/test-docs | Simon Mathieu <s****h@g****m> | over 10 years ago | |
| 7a0e1db8 | show how to run a single test in the readme | Scott Bronson <b****t@r****m> | over 10 years ago | |
| 2e3b624f | docs, update QC versions in README. [ci skip] | Yves Senn <y****n@g****m> | over 10 years ago | |
| 16d5f681 | bump version to `3.2.0.RC1` | Yves Senn <y****n@g****m> | over 10 years ago | |
| 4824eb4d | merge Merge pull request #274 from archiloque/typo | Yves Senn <y****n@g****m> | over 10 years ago | |
| 03de5de8 | fix typo in test name | Julien Kirch <c****e@a****t> | over 10 years ago | |
| 48eaa6d7 | merge Merge pull request #273 from archiloque/readme | Simon Mathieu <s****h@g****m> | over 10 years ago | |
| 44fb7edf | spécifie that a job is a Hash | Julien Kirch <c****e@a****t> | over 10 years ago | |
| 6751d2e2 | more detailed example in the README | Julien Kirch <c****e@a****t> | over 10 years ago | |
| 59437eef | merge Merge pull request #270 from archiloque/require_relative | Simon Mathieu <s****h@g****m> | over 10 years ago | |
| 9a415b76 | merge Merge pull request #271 from archiloque/https_rubygem | Simon Mathieu <s****h@g****m> | over 10 years ago | |
| e60afa7b | use https for rubygems urls | Julien Kirch <c****e@a****t> | over 10 years ago | |
| c203756a | use require_relative everywhere | Julien Kirch <c****e@a****t> | over 10 years ago | |
| f64526de | merge Merge pull request #269 from rainforestapp/master-time-exception | Yves Senn <y****n@g****m> | over 10 years ago | |
| f7ce194c | Don't rescue Time.now exceptions in log_yield | Emanuel Evans <m****l@e****s> | over 10 years ago | |
| b656c246 | merge Merge pull request #267 from archiloque/typo_in_doc | Yves Senn <y****n@g****m> | over 10 years ago |