Content
@
0 reply
0 recast
2 reactions
downshift - μ/acc
@downshift.eth
what’s the best webhook or webhook-like implementation that guarantees at-least-once delivery of messages? cc @rjs @samuellhuber.eth
4 replies
0 recast
7 reactions
Harris
@harris-
Are you looking to run it locally or use a cloud service?
1 reply
0 recast
1 reaction
Samuel ツ
@samuellhuber.eth
Expand? Seems like you want to add an item to a queue based on a web call (e.g. rest to add item to queue) And to have the guarantee await the success return from the endpoint with timeout on wait + retry exponential backoff if no success
2 replies
0 recast
2 reactions
atlasmoth
@osuji.eth
Try NATS Jetstream? https://docs.nats.io/nats-concepts/jetstream
0 reply
0 recast
1 reaction
Tony D’Addeo
@deodad
if you’re already using redis i’d look at its streams data structure we use to as job queues with at least once semantics
1 reply
0 recast
0 reaction