Content pfp
Content
@
0 reply
0 recast
2 reactions

downshift - μ/acc pfp
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 ツ pfp
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

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
Easy with effect ツ
0 reply
0 recast
1 reaction

downshift - μ/acc pfp
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