Is there a centralized way in Temporal to notify all workers running on different JVM to suspend polling?

Thanks @tihomir , some follow up questions,

Is it because a workflow can get picked up by a worker running in a different process/pod?

  1. how would this activity find the workers?
  2. If I have 2 processes running, how would I ensure this activity will be run on both processes?

I couldn’t find reference in Java API doc for DescribeTaskQueue and am confused about the registration part.

Appreciate any help on this topic.