Solid Queue
https://github.com/rails/solid_queue
DBをベースにしたActiveJobバックエンド。
actors
Workers
Jobの実行
Dispatchers
今後実行されるJobを選択してdispatch(振り分ける)する
dispatch:solid_queue_scheduled_executions→solid_queue_ready_executions に移行する
scheduler
定期的なタスク(reccuring task)管理
supervisor
workersとdispatchersの監視
https://gyazo.com/dcf04d440367545317220555c8aa3a49
ref
https://techracho.bpsinc.jp/hachi8833/2025_02_18/140501
https://tech.medpeer.co.jp/entry/solid_queue_kaitai_shinsho