From a3b47fdf8c097f40e9c2f2e2efc9d226fc401b87 Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Wed, 6 Jan 2021 13:42:58 -0800 Subject: [PATCH] Add pyramid-tasks to addons page. --- data/addons/pyramid-tasks.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/addons/pyramid-tasks.yaml diff --git a/data/addons/pyramid-tasks.yaml b/data/addons/pyramid-tasks.yaml new file mode 100644 index 0000000..7d4d1a9 --- /dev/null +++ b/data/addons/pyramid-tasks.yaml @@ -0,0 +1,13 @@ +addon: true +category: + - task-queueing +demoUrl: '' +description: Bring parity to Pyramid and Celery by creating a full Pyramid application in the Celery worker and providing a request object for each task. +docsUrl: https://pypi.org/project/pyramid-tasks/ +maintainers: + - luhn +name: pyramid-tasks +projectUrl: https://pypi.org/project/pyramid-tasks/ +pypiUrl: https://pypi.org/project/pyramid-tasks/ +support: community +vcsUrl: https://github.com/luhn/pyramid-tasks/