- Support two abort mode.
cancel
to cancel the pending task, and the defaultabort
to abort either pending or running task. (#7)
- Add
gevent
support (@FinnLidbetter, #12) - Add configurable
abort_ttl
to middleware (@aviau, #10)
- Add custom
abort_ttl
toabort
(@cchacholiades, #8)