Paul

Results 15 issues of Paul

From https://docs.mongodb.com/manual/reference/ulimit/ Would be good to be able to set these as attribute in the cookbook. # (file size) LimitFSIZE=infinity # (cpu time) LimitCPU=infinity # (virtual memory size) LimitAS=infinity #...

If the python module httpx is installed then I cannot start a gevent based worker. Checked against latest celery 5.4.0 running on Python 3.11 on ubuntu 20.04. If I change...

Issue Type: Bug Report

Trio is installed as a dependancy of httpx. If I run the code: ```python from gevent.monkey import patch_all; patch_all() import gevent import httpx def worker(n): print(n) if __name__ == '__main__':...

I have a gevent based celery worker that will not start if httpx is installed. My code does not use HTTPX, it was installed as a dependancy of openai. If...

We have had a problem with deleting older accounts in our platform where there are a lot of records associated with the entity we are deleting. So lots of cascading...