Rate limiting worker

Hello, I was wondering what functionality would be recommended to either rate limit a subworkflow or worker itself. Would greatly appreciate the advice

You can rate limit activity execution. Rate limiting workflows rarely makes sense.

Thank you for the reply. How can I rate limit the activity?

Thank you, I ran into that post, but does it also apply to Python sdk? Or just Java and GO?

All SDKs support these features.

https://python.temporal.io/temporalio.worker.WorkerConfig.html#max_task_queue_activities_per_second

Perfect, thank you!