Hi,
I am trying to add a workflow interceptor, specifically for execute_workflow , with python sdk. this interceptor will check if the workflow can execute based on ratelimit logic and asyncio.sleep during the backoff.
Will this logic interfere with temporal’s internal processing like pollers, etc?
I dont want to accidentally block temporal worker while being ratelimited.
Thanks