Fork me on GitHub
#onyx
<
2015-06-29
>
chrisn21:06:43

I have an image pipeline where some tasks (4 of them) are going to be CPU bound and some (1 of them) are going to be io bound (uploading to s3). I am a bit confused as to the effect of batching vs. number of peers.

chrisn21:06:21

Are there other variables I should be messing with to try to get the pipeline to run a bit faster?

michaeldrogalis21:06:06

@chrisn: You probably want a batch size of 1.

michaeldrogalis21:06:56

You're looking to tune :onyx/batch-size, :onyx-timeout, :onyx/max-pending, and :onyx/pending-timeout

michaeldrogalis21:06:08

On the run, let me know if you have any more questions