insomnes / aqute

Async QUeue Task Engine for Python
MIT License
8 stars 0 forks source link

Add None option for start timeout and use it by default #4

Closed insomnes closed 11 months ago

insomnes commented 11 months ago

Aqute was failing by default if no tasks were provided after default timeout of 60s, changed this behavior to be configurable only and not fail by default.