Audience question about passing a whole list of a few hundred object IDs to one job versus scheduling many single-ID jobs. Paweł recommended using Sidekiq batches: schedule many small jobs and use the batch callback (typically another background job) when they're all done. Batches are a Sidekiq Pro/Enterprise feature but open-source replacements exist.