Limit task execution concurrency based on task param

Don’t think about task queue polling :). A workflow can invoke an activity to execute every 5 minutes. The activity is going to perform the needed operations.

Also, for polling, various optimizations are covered in this topic.

1 Like