weyoss / redis-smq

A simple high-performance Redis message queue for Node.js.
MIT License
588 stars 64 forks source link

Rate limit #21

Closed cesarvarela closed 2 years ago

cesarvarela commented 6 years ago

Is it possible?

thanks

weyoss commented 6 years ago

Please provide more details about your suggestion so we can discuss it.

cesarvarela commented 6 years ago

I'm building a message queue that uses facebook messenger platform api, and that api is limited to 250 calls/ second, so I need to limit the job precessing of the queue as such.

weyoss commented 2 years ago

Sorry for leaving this issue open for so long.

Unfortunately, at this time, this feature is not considered to be implemented. The aim of this project is to provide a simple message queue without a ton of features which could probably make its simplicity disappear.

Closing this issue for now.