jpwilliams/remit

Group scheduled emissions by timestamp rather than duration, keeping queues to a minimum

jpwilliams opened this issue · 2 comments

Group scheduled emissions by timestamp rather than duration, keeping queues to a minimum

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.

Per-message TTLs will still work fine as they're all moving towards the same date.