Docs suggest that
Many SDKs support the ability to have multiple Worker Entities in a single Worker Process.
-
Need some help in implementing this with python-sdk.
-
Also is it possible to have workflow & worker inside same process. From what I’ve understood python worker
worker.run()
are sent into infinite retry loop, blocking other operations