1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: ruby-delayed-job
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1.6~),
rake,
ruby-actionmailer,
ruby-activerecord,
ruby-activesupport,
ruby-rspec,
ruby-sqlite3,
ruby-zeitwerk,
Standards-Version: 4.7.2
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
Rules-Requires-Root: no
Package: ruby-delayed-job
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
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.
|