Content
View differences
Updated by Oliver Günther over 3 years ago
Delayed::Job requires one process per worker, which tends to slow us down and require a lot of processes on SaaS.
**Alternatives:** Alternatives:
* Que: [https://github.com/que-rb/que](https://github.com/que-rb/que)
* ? Sidekiq
**Issues**
* DJ currently serializes with YML, while que does JSON. We'll have to ensure we migrate jobs and correctly pass arguments to them https://github.com/que-rb/que
**Alternatives:**
* Que: [https://github.com/que-rb/que](https://github.com/que-rb/que)
* ? Sidekiq
**Issues**
* DJ currently serializes with YML, while que does JSON. We'll have to ensure we migrate jobs and correctly pass arguments to them