most recent version is listed first.
- Update to latest python versions: #86
- added tests for
Task._broker_check: #67 - cache asyncio eventloop in
Task.synchronous_delay: #68 - add documentation on how users of
wijican write tests for their tasks: #69
- rename
TaskDelayErrortoTaskQueueingError: #58
- hook and ratelimiter should have access to queuing metrics : #57
- add better error messages : #54
- Stop capturing
SIGINTsignal : #55 - rename CLI option,
--configto--app: #52 - bugfix,
task.task_options is stale
We had a case wherebroker.donewould get called withtask_id==''(empty string) : #39 - add timestamp to log events: #45
- remove
wiji.task.WijiRetryError.
we replace it with awiji.task.Task._RETRYINGboolean.: #46 - rename wiji conf file: #47
wijino longer requires task instances in order to start running : #49
- rename CLI option,
--configto--app: #52
- bugfix,
task.task_options is stale
We had a case wherebroker.donewould get called withtask_id==''(empty string) : #39 - add timestamp to log events: #45
- remove
wiji.task.WijiRetryError.
we replace it with awiji.task.Task._RETRYINGboolean.: #46 - rename wiji conf file: #47
wijino longer requires task instances in order to start running : #49
- fix examples broker which was broken by last PR: #35
wiji.broker.BaseBrokerinterface should have a method that is called during shutdown andwiji.Workercalls this method when it receives a shutdown signal likeSIGTERM: #34
- all task invocations should have unique task_id: #32
- first release