pico-engine
pico-engine copied to clipboard
pico-queue configuration options
Allow a pico to specify rules on it's incoming event queue.
- timeout i.e. if an event takes to long, stop working on it, raise an error
- length limit i.e. if the queue has 100 events in it, disallow adding more events until it has caught up
Right now, the pico queue has no size or time limits.