guardian / gibbons

Cleanup monkeys for the CAPI API keys table
0 stars 0 forks source link

Increase throughput with parallelism #11

Closed regiskuckaertz closed 5 years ago

regiskuckaertz commented 6 years ago

There is no reason to run user updates in sequence, as order doesn't matter at all. Plus the running time of a lambda is important, so we leverage the green thread system in Monix to reduce thread blocks.

TODO