ScriptFUSION / Porter

:lipstick: Durable and asynchronous data imports for consuming data at scale and publishing testable SDKs.
GNU Lesser General Public License v3.0
611 stars 24 forks source link

Rate Limiter #57

Closed Sarke closed 5 years ago

Sarke commented 6 years ago

Any thoughts on adding some type of rate limiter functionality, as to not clobber the servers?

Bilge commented 6 years ago

I currently have one at ScriptFUSION/Async-Throttle, but it's for the upcoming async version of Porter (v5). I haven't had a need to throttle synchronous connections yet, because they're inherently slow already. What's your use case?

Bilge commented 5 years ago

Ping @Sarke. Will close this if no feedback provided.