| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-huey: upgrade 2.4.0 -> 2.4.1 | zhengruoqin | 2021-09-28 | 1 | -11/+0 |
| | | | | | | | | | | | | | * 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> | ||||
| * | python3-huey: Upgrade 2.3.2 -> 2.4.0 | Leon Anavi | 2021-08-16 | 1 | -0/+11 |
| Upgrade to release 2.4.0: - Task expiration - Add option to make crontab() parsing strict, raising an error if an invalid interval specification is given. You probably want to enable this. - Fix bug in the FileStorage dequeue() method, which attempted to unlink an open file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | |||||
