Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 python 新手,制作了一个简单的 django 应用程序来从 youtube 下载视频。它在本地主机上运行没有任何错误,但在生产中它会抛出一个错误:
HTTP Error 429: Too Many Requests
我知道它在短时间内发送了太多请求,但我如何限制请求?