Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
can anyone assist with the addition of rate limiting and re-tries so i can get some "fault tolerance" in my scripting.here is the script i am using in Visual Studio to update / create VLANs, i keep getting kicked out due to 429 - too many requests, d...
i tried that and was not successful. Thank you for your recommendation, i wound up going in a different direction. this has worked well for me so far:import csvimport merakiimport osimport timedef create_vlan_with_retries(dashboard, network_id, vlan_...