python - Django api throttle calling another server -
i'm using django web framework. i'm calling third party api throttling , need make sure not exceed amount many times or cancel service.
how achieve on controller i'm calling? have own api, such /ajax/getmydata/
, i'm making api call in controller. there way throttle own calls?
Comments
Post a Comment