active_job_status icon indicating copy to clipboard operation
active_job_status copied to clipboard

Common batch params

Open dmitrypol opened this issue 8 years ago • 3 comments

Is there a way to store common job params?

For example, I want to import spreadsheet with thousands of records.
I convert each row into separate job and run them as a batch.
I store results (error or success) or each row in separate Redis List Then when batch is done I go through my success and error Lists and email results to Batch Owner.

Anyone has experience with such issue? Ideally I would store batch_owner, batch_error and batch_success as common batch params.

I currently use my own solution but looking into switching to using this gem.

dmitrypol avatar May 23 '16 17:05 dmitrypol