arsduo / batch_api

A Facebook-style, RESTful Batch API
MIT License
274 stars 52 forks source link

Parallel #33

Open alexmdavis opened 9 years ago

alexmdavis commented 9 years ago

Use celluloid actor to implement parallel batch processing

arsduo commented 9 years ago

@alexmdavis -- this is really awesome!

I haven't been using or maintaining this project in a while. Would you have any interest in taking it over? It seems like there's some demand for it, and someone who's using the project should really maintain it.

Otherwise, I'll test this out and merge it in over the next few weeks.

arsduo commented 9 years ago

What do you think about dependency management? That would be a fun addition to build. I don't think it needs to hold this up, just curious if you have any thoughts.

elado commented 9 years ago

+1. sequential: false is a great addition to this gem. Can it be merged?

ghprince commented 9 years ago

Any plans for this to be merged?

arsduo commented 9 years ago

Hi all,

Sorry about the long delay on this! batch_api isn't a gem I've been maintaining actively, but I do want to keep it useful for people until I find an alternative maintainer.

Have any of you used the fork directly and can say that it works? If so, I'll merge it in -- I just want to make sure that someone's tested it out for real.

Thanks!

Alex

2015-10-01 21:49 GMT-05:00 Gordon Gao notifications@github.com:

Any plans for this to be merged?

— Reply to this email directly or view it on GitHub https://github.com/arsduo/batch_api/pull/33#issuecomment-144902801.

alexmdavis commented 9 years ago

Works fine in the app we developed it for, but someone else should probably test it out. @arsduo thanks for the offer but I won't have time to maintain this project.