Multiple Worker Entities in a single Worker Process in Python

Docs suggest that

Many SDKs support the ability to have multiple Worker Entities in a single Worker Process.

  1. Need some help in implementing this with python-sdk.

  2. 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