Open MuriloScarpaSitonio opened 1 year ago
Btw this works fine if I spawn some containers. Definitely a problem with darwin
Hi!Thought all darwin problems were fixed in https://github.com/taskiq-python/taskiq/commit/4f9f1ae2f2b5181850fa85672e82517070d8ae13.
I need to take a deeper look at ddtrace. Also, can you please provide me with information about your machine?
Hi @s3rius, I'm using a Macbook Pro 16 with Ventura 13.5 (not sure if you'd like to see any other specific info tho)
I used to run the
taskiq worker ...
withddtrace-run
(i.e.ddtrace-run taskiq worker ...
) but this is raising an error now:I initially though this had something to do with #177, but if I comment that
if
condition (if platform == "darwin"
) it starts the workers, but with an error still:If I rollback to an older version (0.6.0, for instance) it works. It also works for
scheduler
.Do you know what it can be?