Syncano / syncano-node

Syncano Toolkit for JavaScript development
https://syncano.io
MIT License
62 stars 8 forks source link

Handle throttled files in hosting upload #159

Open Idered opened 6 years ago

Idered commented 6 years ago
 Error while syncing (updating) css/coverpage.css 
 Error: Request was throttled. Expected available in 1.0 second. 
mkucharz commented 6 years ago

I is partially solved, but still I'm looking for the best idea how to implement it in general in core lib and client lib.

23doors commented 6 years ago

Maybe use https://github.com/jhurliman/node-rate-limiter/ or https://www.npmjs.com/package/request-rate-limiter ? Or some custom lighter solution?