Message Scheduler vs NAK-with-delay for scheduled notifications at scale (PS: Slack Invite broken?) #7628
-
|
Hi, We're building a push notification service and evaluating the JetStream Message Scheduler (ADR-51) for delayed delivery. Currently comparing two approaches: Option B: NAK-with-delay Questions:
Thanks! PS: It also seems like the Slack invite is broken. No matter what method (Email, Google, or Apple) I tried, I always got a "Couldn’t create account. Go ahead and try again — if the problem persists, you can always contact Slack.". I know that it says to contact Slack there but there is no obvious way to actually contact Slack. Is the invite link maybe expired?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Would definitely recommend using the new 2.12 scheduling feature over NakWithDelay, since Nak is not meant for that purpose and only really works as a workaround because the 2.12 scheduling feature wasn't there before. It should support a very large amount of schedules since it's built on top of the per-message TTL work which similarly also supports a very large amount. But, it's always good to test for your use case 😄 |
Beta Was this translation helpful? Give feedback.
-
|
RE: Slack invite, could you perhaps keep trying a couple more times? It seems to be working on our end. If it doesn't work, could you reach out to Ginger via email: ginger@nats.io? |
Beta Was this translation helpful? Give feedback.

Would definitely recommend using the new 2.12 scheduling feature over NakWithDelay, since Nak is not meant for that purpose and only really works as a workaround because the 2.12 scheduling feature wasn't there before. It should support a very large amount of schedules since it's built on top of the per-message TTL work which similarly also supports a very large amount. But, it's always good to test for your use case 😄