Resque v1.16.0 Release Notes
Release Date: 2011-05-16 // over 14 years ago-
- Optional Hoptoad backend extracted into hoptoad_notifier. Install the gem to use it.
- ➕ Added
Worker#paused?
method - 🛠 Bugfix: Properly reseed random number generator after forking.
- 🛠 Bugfix: Resque.redis=()
- 🛠 Bugfix: Monit example stdout/stderr redirection
- 🛠 Bugfix: Removing single failure now works with multiple failure backends
- 🚚 Web: 'Remove Queue' now requires confirmation
- 🌐 Web: Favicon!
- 🛠 Web Bugfix: Dates display in Safari
- 🛠 Web Bugfix: Dates display timezone
- 🛠 Web Bugfix: Race condition querying working workers
- 🛠 Web Bugfix: Fix polling /workers/all in resque-web