Group scheduled emissions by timestamp rather than duration, keeping queues to a minimum
jpwilliams opened this issue · 2 comments
jpwilliams commented
Group scheduled emissions by timestamp rather than duration, keeping queues to a minimum
jpwilliams commented
We can't really do this the way we initially envisioned; messages would need differing TTLs and we're only setting the queue's messageTtl
property to manage this.
This may well be otherwise possible by setting a per-message TTL instead seeing as all messages are moving towards the same expiry.
jpwilliams commented
Per-message TTLs will still work fine as they're all moving towards the same date.