Inextenso · Jun 6, 2023
Distributed Locks with Postgres (Advisory Locks) and Knex.js
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
📝 Context: Node.js For many productive use cases, on top of scaling, you might want to have multiple running instances of your service at the same time. Suddenly you find yourself in a distributed environment and this require different handling in some situations. For example: What if we want to prevent users from making more than one simultaneous request to a shared resource? Essentially all our…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.