Jens Dahl Møllerhøj
Jens Dahl Møllerhøj
Hi, just found this. I need the features, but wondering the same thing. Does anyone know of alternative gems?😊
@joshRpowell Do you know if that talk available anywhere? Will it be made available?
Sure. We're extracting data from a REST API where every resource in a collection (of say 20.000 items) has it's own endpoint. The pipeline is as follows: - 1) Fetch...
Above looks like a fine start. I suggest we see if this could be implemented without monkey patching (avoiding `perform_later_in_batch`) above. Batches is a very general feature in the sense...
> @mollerhoj Thanks for collaborating on this! I am excited to get something working here. > > There's a lot of stuff to cover, so I want to focus on...
Oh an one more thing: https://github.com/breamware/sidekiq-batch is an open source implementation of batches - reading it might help us deal with the concurrency issues
I would just need some way of knowing what batch just finished, e.g. a batch_id. In my specific case, My customers can have a number of Shoppers, each using a...
Woah, that was fast, good going! Except for adding more params (`a` below), I believe this interface might solve the job I'm currently looking at. However, I need to implement...
> I updated the gist: https://gist.github.com/bensheldon/5d3add207b7c5e689682c29ebbc506ab#file-batch_jobs-rb-L98-L102 > > > (a) The ability to have more than one param per job. > > I updated the example to show this is...
@bensheldon I'm not sure I understand the question correctly. What do you mean by *where*? In what file? We currently use the concept of an `app/models/manager` because we need somewhere...