mozilla / ActiveData-ETL

The ETL process responsible for filling ActiveData
Mozilla Public License 2.0
1 stars 5 forks source link

Rate-limit calls to third party services #45

Open klahnakoski opened 6 years ago

klahnakoski commented 6 years ago

The machines responsible for ETL run independently, and can number in the hundreds. It has been difficult, or impossible, to apply a global request rate limit to other services it uses.

I believe the only solution is relay all requests through a central server that can apply rate limits.