syncano-node
syncano-node copied to clipboard
Handle throttled files in hosting upload
Error while syncing (updating) css/coverpage.css
Error: Request was throttled. Expected available in 1.0 second.
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.
Maybe use https://github.com/jhurliman/node-rate-limiter/ or https://www.npmjs.com/package/request-rate-limiter ? Or some custom lighter solution?