| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-huey: upgrade 2.4.1 -> 2.4.2 | Xu Huan | 2022-01-04 | 1 | -18/+0 |
| | | | | | | | | | | | | | | changelog: ============================================================================= Fix implementation of schedule-pop Lua script so it works with Redis cluster. Ensure Django connections are closed before and after (previously they were only closed after) task execution with db_task() and db_periodic_task(). Allow additional lock-names to be specified when flushing locks. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | ||||
| * | python3-huey: upgrade 2.4.0 -> 2.4.1 | zhengruoqin | 2021-09-28 | 1 | -0/+18 |
| * Attempt to reconnect to database if connection becomes unusable (e.g. due to a server restart). See: `huey.contrib.sql_huey.SqlHuey`. * Do not use a soft file-lock for `FileStorage` - use `fcntl.flock()` instead. [View commits](https://github.com/coleifer/huey/compare/2.4.0...2.4.1) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | |||||
