All Versions
72
Latest Version
Avg Release Cycle
120 days
Latest Release
-

Changelog History
Page 7

  • v1.5.1 Changes

    March 03, 2010
    • 👷 Job.destroy and Resque.dequeue return the # of destroyed jobs.
    • Hoptoad notifier improvements
    • 🌐 Specify the namespace with resque-web by passing -N namespace
    • 🛠 Bugfix: Don't crash when trying to parse invalid JSON.
    • 🛠 Bugfix: Non-standard namespace support
    • 👷 Web: Red backgound for queue "failed" only shown if there are failed jobs.
    • 🛠 Web bugfix: Tabs highlight properly now
    • 🛠 Web bugfix: ZSET partial support in stats
    • 🛠 Web bugfix: Deleting failed jobs works again
    • 🛠 Web bugfix: Sets (or zsets, lists, etc) now paginate.
  • v1.5.0 Changes

    February 17, 2010
    • 🔖 Version now included in procline, e.g. resque-1.5.0: Message
    • 🛠 Web bugfix: Ignore idle works in the "working" page
    • ➕ Added Resque::Job.destroy(queue, klass, *args)
    • ➕ Added Resque.dequeue(klass, *args)
  • v1.4.0 Changes

    February 11, 2010
    • 🏁 Fallback when unable to bind QUIT and USR1 for Windows and JRuby.
    • 💎 Fallback when no Kernel.fork is provided (for IronRuby).
    • 🌐 Web: Rounded corners in Firefox
    • Cut down system calls in Worker#prune_dead_workers
    • Enable switching DB in a Redis server from config
    • 👌 Support USR2 and CONT to stop and start job processing.
    • 👷 Web: Add example failing job
    • 👷 Bugfix: Worker#unregister_worker shouldn't call done_working
    • 🛠 Bugfix: Example god config now restarts Resque properly.
    • Multiple failure backends now permitted.
    • ⚡️ Hoptoad failure backend updated to new API
  • v1.3.1 Changes

    January 11, 2010
    • 🛠 Vegas bugfix: Don't error without a config
  • v1.3.0 Changes

    January 11, 2010
    • 🌐 Use Vegas for resque-web
    • 🛠 Web Bugfix: Show proper date/time value for failed_at on Failures
    • 🛠 Web Bugfix: Make the / route more flexible
    • ➕ Add Resque::Server.tabs array (so plugins can add their own tabs)
    • Start using Semantic Versioning
  • v1.2.4 Changes

    December 15, 2009
    • 🛠 Web Bugfix: fix key links on stat page
  • v1.2.3 Changes

    December 15, 2009
    • 🛠 Bugfix: Fixed rand seeding in child processes.
    • 🛠 Bugfix: Better JSON encoding/decoding without Yajl.
    • 🛠 Bugfix: Avoid ps flag error on Linux
    • ➕ Add PREFIX observance to rake install tasks.
  • v1.2.2 Changes

    December 08, 2009
    • 🛠 Bugfix: Job equality was not properly implemented.
  • v1.2.1 Changes

    December 07, 2009
    • ➕ Added rake resque:workers task for starting multiple workers.
    • 1.9.x compatibility
    • 🛠 Bugfix: Yajl decoder doesn't care about valid UTF-8
    • config.ru loads RESQUECONFIG if the ENV variable is set.
    • 🌐 resque-web now sets RESQUECONFIG
    • 👷 Job objects know if they are equal.
    • 👷 Jobs can be re-queued using Job#recreate
  • v1.2.0 Changes

    November 25, 2009
    • If USR1 is sent and no child is found, shutdown.
    • 👷 Raise when a job class does not respond to perform.
    • ➕ Added Resque.remove_queue for deleting a queue