Open PhilHannent opened 2 months ago
I am looking for clarification of the following function calls, in terms of their behaviour:
https://github.com/weyoss/redis-smq/blob/master/docs/api/classes/ProducibleMessage.md#setttl
https://github.com/weyoss/redis-smq/blob/master/docs/api/classes/ProducibleMessage.md#setconsumetimeout
I have a queue on which I put messages onto at specific intervals and I'd like to ensure the existing queued item is either dropped (or ideally, that I can't add a duplicate message until the queued item has been processed).
Thanks
I am looking for clarification of the following function calls, in terms of their behaviour:
https://github.com/weyoss/redis-smq/blob/master/docs/api/classes/ProducibleMessage.md#setttl
https://github.com/weyoss/redis-smq/blob/master/docs/api/classes/ProducibleMessage.md#setconsumetimeout
I have a queue on which I put messages onto at specific intervals and I'd like to ensure the existing queued item is either dropped (or ideally, that I can't add a duplicate message until the queued item has been processed).
Thanks