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