feroult / yawp

Kotlin/Java API framework for Google Appengine
http://yawp.io
MIT License
131 stars 19 forks source link

Better Pipe task scheduling to avoid extra collision #98

Open feroult opened 8 years ago

feroult commented 8 years ago

To avoid extra processing costs due tasks that are running and being rolled back by contention, it would be nice to have a way to spread (over time) pipes to the same sink.

To do so, we'll probably need to take a look at this Appengine API.