top | item 45219594 (no title) fiskfiskfisk | 5 months ago You can set concurrency limits per function on AWS, so you can apply a hard limit on your function to only have a single invocation running at the same time. That should give you a guarantee that data isn't lost without the producer noticing. discuss order hn newest frou_dh|5 months ago I wonder whether that kind of thing is actually bulletproof and doesn't end up having 2 running concurrently in some scenario.
frou_dh|5 months ago I wonder whether that kind of thing is actually bulletproof and doesn't end up having 2 running concurrently in some scenario.
frou_dh|5 months ago