File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,21 @@ Changelog
33
44## master
55
6- [ View commits] ( https://github.com/coleifer/huey/compare/2.5.2...HEAD )
6+ [ View commits] ( https://github.com/coleifer/huey/compare/2.5.3...HEAD )
7+
8+ ## 2.5.3
9+
10+ This release adds the oft-requested ` SIGNAL_ENQUEUED ` . This signal, of
11+ necessity, runs ** in the calling process** and not in the consumer, since tasks
12+ are enqueued by the application typically. The exception is tasks that are
13+ enqueued for retry by the consumer or tasks (including periodic tasks) enqueued
14+ by the scheduler.
15+
16+ * Add support for a new ` SIGNAL_ENQUEUED ` .
17+ * Use ` FOR UPDATE SKIP LOCKED ` when supported by the database in the ` sql_huey `
18+ storage engine.
19+
20+ [ View commits] ( https://github.com/coleifer/huey/compare/2.5.2...2.5.3 )
721
822## 2.5.2
923
Original file line number Diff line number Diff line change 11__author__ = 'Charles Leifer'
22__license__ = 'MIT'
3- __version__ = '2.5.2 '
3+ __version__ = '2.5.3 '
44
55from huey .api import BlackHoleHuey
66from huey .api import Huey
You can’t perform that action at this time.
0 commit comments