Iam new to python and making a simple django app to download videos from youtube.It runs withou any error on local host but on production it throws an error :
HTTP Error 429: Too Many Requests
I know its sending too many request in short time but ho do i limit the request?