Package gem-backburner: Information
Source package: gem-backburner
Version: 1.6.1-alt1
Build time: May 17, 2024, 10:50 AM
Category: Development/Ruby
Report package bugHome page: http://github.com/nesquena/backburner
License: MIT
Summary: Reliable beanstalk background job processing made easy for Ruby and Sinatra
Description:
Backburner is a beanstalkd-powered job queue that can handle a very high volume of jobs. You create background jobs and place them on multiple work queues to be processed later. Processing background jobs reliably has never been easier than with beanstalkd and Backburner. This gem works with any ruby-based web framework, but is especially suited for use with Sinatra, Padrino and Rails. If you want to use beanstalk for your job processing, consider using Backburner. Backburner is heavily inspired by Resque and DelayedJob. Backburner stores all jobs as simple JSON message payloads. Persistent queues are supported when beanstalkd persistence mode is enabled. Backburner supports multiple queues, job priorities, delays, and timeouts. In addition, Backburner has robust support for retrying failed jobs, handling error cases, custom logging, and extensible plugin hooks.
List of RPM packages built from this SRPM:
backburner (noarch)
gem-backburner (noarch)
gem-backburner-devel (noarch)
gem-backburner-doc (noarch)
backburner (noarch)
gem-backburner (noarch)
gem-backburner-devel (noarch)
gem-backburner-doc (noarch)
Maintainer: Ruby Maintainers Team