freebsd-ports/devel/rubygem-delayed_job/pkg-descr
Sunpoet Po-Chuan Hsieh e203f09c96 Update to 4.1.7
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md
2019-07-06 21:42:21 +00:00

14 lines
477 B
Text

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. Amongst those tasks are:
- sending massive newsletters
- image resizing
- http downloads
- updating smart collections
- updating solr, our search server, after product changes
- batch imports
- spam checks
WWW: https://github.com/collectiveidea/delayed_job