kombu/examples
Omer Katz 5a88a28f31
Add native delayed delivery API to kombu (#2128)
* Adjust flake8 configuration to match Celery's configuration.

* Add native delayed delivery API.

* Add documentation.

* Fix linter errors.

* Fix pydocstyle errors.

* Fix apicheck linter.

* Address code review.
2024-10-12 21:17:55 +03:00
..
experimental
rpc-tut6
simple_task_queue
complete_receive.py
complete_send.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
delayed_infra.py Add native delayed delivery API to kombu (#2128) 2024-10-12 21:17:55 +03:00
hello_consumer.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
hello_publisher.py
memory_transport.py
simple_eventlet_receive.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
simple_eventlet_send.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
simple_receive.py Improve pre-commit checks and fix all new lint errors (#2124) 2024-09-25 22:34:56 +03:00
simple_send.py