0
0

More than 3 years have passed since last update.

DelayedJobとSidekiq

Posted at

シュッとメモる。

共通点

  • いずれもActiveJobで作られたjobの永続化に使われる。
  • jobを実行するためのプロセスを別に実行する必要がある。

違い

  • DelayedJobはRDB, SidekiqはRedisを永続化に用いる。

その他メモ

  • ActiveJobのspecは、perform_nowでテストする。
  • ActiveJobをfeture specで実行したい時には、perform_enqueued_job
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0