onyx-platform / onyx-local-rt

A pure, deterministic Clojure(Script) runtime for Onyx
Eclipse Public License 1.0
32 stars 5 forks source link

Make batch tasks receive batches of segments #12

Open egierach opened 4 years ago

egierach commented 4 years ago

Background: My team is hoping to use onyx-local-rt as opposed to regular Onyx because we're running our workflow in a browser/clojurescript environment. We make several API calls that are much more performant in batch mode, so we'd like to take advantage of batch-fn?.

Now, I'm new to this codebase, and to Onyx as a platform, so it's likely that my change is naive. If this is the case, I'm hoping it will at least spark a bit of conversation about what could be done.

Thanks for making Onyx!