Slide 82
Slide 82 text
Sidekiq Iterationとは
● 2024/07/03 Sidekiq v7.3.0で Sidekiq Iterationという新機能が導入
○ https://github.com/sidekiq/sidekiq/wiki/Iteration
○ This feature should be considered BETA until the next minor release.
● 機能
○ 中断時に進行状況(カーソル)を保存し、再開時には保存したポイントから処理を再
開
○ on_start, on_resume, on_stop, on_completeなどのコールバック
○ Active Record, CSV, 配列用にEnumeratorを生成するヘルパーメソッド
82