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
wiji
can write tests for their tasks: #69
- rename
TaskDelayError
toTaskQueueingError
: #58
- hook and ratelimiter should have access to queuing metrics : #57
- add better error messages : #54
- Stop capturing
SIGINT
signal : #55 - rename CLI option,
--config
to--app
: #52 - bugfix,
task.task_options is stale
We had a case wherebroker.done
would get called withtask_id
==''
(empty string) : #39 - add timestamp to log events: #45
- remove
wiji.task.WijiRetryError
.
we replace it with awiji.task.Task._RETRYING
boolean.: #46 - rename wiji conf file: #47
wiji
no longer requires task instances in order to start running : #49
- rename CLI option,
--config
to--app
: #52
- bugfix,
task.task_options is stale
We had a case wherebroker.done
would get called withtask_id
==''
(empty string) : #39 - add timestamp to log events: #45
- remove
wiji.task.WijiRetryError
.
we replace it with awiji.task.Task._RETRYING
boolean.: #46 - rename wiji conf file: #47
wiji
no longer requires task instances in order to start running : #49
- fix examples broker which was broken by last PR: #35
wiji.broker.BaseBroker
interface should have a method that is called during shutdown andwiji.Worker
calls this method when it receives a shutdown signal likeSIGTERM
: #34
- all task invocations should have unique task_id: #32
- first release