You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, "namespace" is not a valid argument. There is no "namespace" in the init function of the worker object, at the python module temporalio v1.6.0 (venv/lib/python3.10/site-packages/temporalio/worker/_worker.py)
The text was updated successfully, but these errors were encountered:
(we specify a namespace when instantiating the Worker)
I suppose it is needed to update both:
-in the example file, it is needed to add the namespace argument when connecting to the client. And delete the namespace argument when instantiating the Worker.
-in the web docs, remove the namespace argument when instantiating the worker.
When I run the backgroundcheck_dacx.py example worker, following the instructions at:
https://docs.temporal.io/dev-guide/python/project-setup#dev-server-worker
I get this error:
TypeError: Worker.init() got an unexpected keyword argument 'namespace'
The problem happens at the initialization of the worker:
Here, "namespace" is not a valid argument. There is no "namespace" in the init function of the worker object, at the python module temporalio v1.6.0 (venv/lib/python3.10/site-packages/temporalio/worker/_worker.py)
The text was updated successfully, but these errors were encountered: