Skip to content

Releases: rails/solid_queue

v0.3.0

20 Mar 20:13
Compare
Choose a tag to compare

What's Changed

  • Change number of threads per worker by default to 3 instead of 5 by @rosa in #174
  • Add option to limit clearing of jobs to specific class name(s) by @klenis in #166
  • Describe horizontal scaling support in README.md by @ansonj in #163
  • Refactor to remove Rails dependency by @nimmolo in #158
  • Add support for recurring tasks (cron style jobs) by @rosa in #155

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

05 Mar 19:02
Compare
Choose a tag to compare

What's Changed

  • Fix Process hostname encoding error in sqlite by @jpcamara in #143
  • Add a note in the readme advising on configuration file use by @neuged in #148
  • Silence Logging by default by @jmarsh24 in #147
  • fix mission_control mention in README by @bbonamin in #154
  • Stop retrying semaphore decrement when getting a deadlock by @rosa in #152
  • Gemspec: Use https for GitHub URLs by @packagethief in #157
  • improve memory usage for releasable concurrency keys by @songjiz in #161
  • Include job_id in order clause when fetching scheduled jobs to dispatch and when dispatching by @rosa in #164

New Contributors

Full Changelog: v0.2.1...v0.2.2