-
Is the support for delayed messages planned for the near future? Are there any good workarounds before that? |
Beta Was this translation helpful? Give feedback.
Answered by
spetz
Aug 30, 2024
Replies: 1 comment
-
Hey, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
l-7-l
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
We don't have such a feature, since the message stream is just an append-only log, not a sophisticated broker message which does server a different purpose. It could be done only on the client-side application, by sending the delayed messages e.g. via some cron job or so.