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
5 reactions
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
downshift - μ/acc
@downshift.eth
yes you need ACK on the sending end, or some other mechanism on the consumer end what happens if client or server goes down in your scenario?
1 reply
0 recast
1 reaction
Samuel ツ
@samuellhuber.eth
Client goes down. You‘re busted unless you already have it be a queue :D or persist the tries e.g. sqlite If server goes down client is in exponential backoff + you may multiplex if you have replicas
1 reply
0 recast
2 reactions