Nats self publish a scheduled cron message? #3384
NOT-HAL9000
started this conversation in
General
Replies: 2 comments 5 replies
-
At this time you will need to figure out a way to publish yourself. We have had folks use TTL of a stream with max deliver of 1 and advisory for when the message can no longer be delivered, but this seems contrived at the moment. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beside KV, a managed job scheduler would be a great addition to nats. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to publish a message to a stream at a certain interval.
I can set up a cron job and publish a message, however I'm wondering if it's possible (or planned) to be able to schedule a message to have the nats server self publish messages at set intervals? Basically a light implementation of cron jobs on top of jetstream.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions