pico-engine icon indicating copy to clipboard operation
pico-engine copied to clipboard

pico-queue configuration options

Open farskipper opened this issue 5 years ago • 0 comments

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.

farskipper avatar Jul 17 '19 21:07 farskipper