Source: ruby-delayed-job Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Balasankar C Build-Depends: debhelper-compat (= 12), gem2deb, rake, ruby-actionmailer, ruby-activerecord, ruby-activesupport, ruby-rspec, ruby-sqlite3 Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-delayed-job.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-delayed-job Homepage: https://github.com/collectiveidea/delayed_job Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-delayed-job Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-activerecord, ruby-activesupport, ruby-daemons, ${misc:Depends}, ${shlibs:Depends} Breaks: ruby-delayed-job-active-record (<= 4.1~) Description: database-backed asynchronous priority queue system Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.