# Why It's needed? 1. Netlify has request rate limit. https://www.netlify.com/docs/api/#rate-limiting 2. Making it reliable and scalable # My suggestion By setting up deploy window we can fix this issue. ## What's good about it 1. We can determine the next deploy time and show it to the user. 2. The current setup is compatible with it. Core: Depending on few variables and the state of deployment determine next `deploy or git push trigger`