Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 7e597a8

Browse files
committed
Release 0.5.0
1 parent 1e1eee5 commit 7e597a8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/history/0.5.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Backward incompatible release with a considerable amount of internal and API ref
44

55
* Ability to add additional consumers to the queue server (see [pulsar-twitter](https://github.com/quantmind/pulsar-twitter) for example)
66
* Each consumer is an attribute of the server queue api and backend objects
7-
* Renamed TaskFuture to MessageFuture
8-
* Handle max_retries with retry_delay
9-
* TaskError can be used in order to avoid a full stack trace dump. It means it is a TaskError handled by the Job callable.
10-
* Added timeout to task execution
11-
* Max concurrent_tasks a linear function of number of cores
7+
* Renamed ``TaskFuture`` to ``MessageFuture``
8+
* Handle ``max_retries`` with ``retry_delay``
9+
* ``TaskError`` can be used in order to avoid a full stack trace dump. It means it is a TaskError handled by the Job callable.
10+
* Added ``timeout`` to task execution
11+
* Max concurrent tasks is a linear function of number of cores and ``concurrent_tasks`` parameter
12+

0 commit comments

Comments
 (0)