File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ v0.20 (2021-04-26)
7+ ..................
8+
9+ * Added ``queue_name `` attribute to ``JobResult ``, #198
10+ * set ``job_deserializer ``, ``job_serializer `` and ``default_queue_name `` on worker pools to better supported
11+ nested jobs, #203, #215 and #218
12+ * All job results to be kept indefinitely, #205
13+ * refactor ``cron `` jobs to prevent duplicate jobs, #200
14+ * correctly handle ``CancelledError `` in python 3.8+, #213
15+ * allow jobs to be aborted, #212
16+ * depreciate ``pole_delay `` and use correct spelling ``poll_delay ``, #242
17+ * docs improvements, #207 and #232
18+
619v0.19.1 (2020-10-26)
720....................
821
Original file line number Diff line number Diff line change 11__all__ = ('VERSION' ,)
22
3- VERSION = '0.19.1 '
3+ VERSION = '0.20 '
You can’t perform that action at this time.
0 commit comments