On 1/6/21 9:51 AM, Theron Luhn wrote:
> Seems like a good time to plug my new project:
https://pypi.org/project/pyramid-tasks/ <
https://pypi.org/project/pyramid-tasks/>
>
> Pyramid and Celery are so dramatically different it’s a pain to integrate them, and any code shared between them can’t access anything Pyramid-specific. Got tired of trying to make a square peg fit in a round hole, so I brought my entire Pyramid application over to my Celery worker. Having a request object available in a Celery task is incredibly convenient, and my code is much tidier not having to tiptoe around the differences in environments.
I think this would be a good add-on to add to Extending Pyramid.
https://trypyramid.com/extending-pyramid.html
If you submit a PR, we'll merge it and deploy.
Also if you Tweet to @PylonsProject, I'll retweet it.
--steve