From: Wang Mingyu <[email protected]>

Changelog:
============
- Ensure we use a safe name for long postgres queue names. PG has a 63 byte
  limit on the channel name.
- Ensure recycled worker threads no longer leak their LISTEN connections
  w/Postgres.
- Add first-class Postgres support: PostgresHuey. Workers use LISTEN/NOTIFY
  when a task is enqueued, giving Redis-like dequeue latency without polling,
  and dequeues use select ... for update skip locked so any number of consumers
  can share one database (requires psycopg 3.2+).
- The django.tasks backend is now also compatible with the django-tasks
  backport package, extending support to pre-6.0 Django.
- Use an explicit fork multiprocessing context for process workers, rather than
  setting the global start-method from the consumer entry-points. Fixes -k
  process on MacOS 3.8+ / Linux 3.14+ when the consumer is started via the
  huey_consumer console-script or a programmatic create_consumer().run().

Signed-off-by: Wang Mingyu <[email protected]>
---
 .../python/{python3-huey_3.0.3.bb => python3-huey_3.1.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-huey_3.0.3.bb => 
python3-huey_3.1.1.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-huey_3.0.3.bb 
b/meta-python/recipes-devtools/python/python3-huey_3.1.1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-huey_3.0.3.bb
rename to meta-python/recipes-devtools/python/python3-huey_3.1.1.bb
index 7c780b48da..185549fe91 100644
--- a/meta-python/recipes-devtools/python/python3-huey_3.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_3.1.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
 
 PYPI_PACKAGE = "huey"
 
-SRC_URI[sha256sum] = 
"1a17fef95fc8432f75413f1b77439cef5f3493c1ddbfba9151756b31a1b2dad3"
+SRC_URI[sha256sum] = 
"156f30e90f0fae81ae2e004f2062e1b18ec9dcbc684564df63159ef546b13502"
 
 RDEPENDS:${PN} += " \
        python3-datetime \
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#128091): 
https://lists.openembedded.org/g/openembedded-devel/message/128091
Mute This Topic: https://lists.openembedded.org/mt/120170884/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to