No-op lock strategy.
Use this for single-node deployments or databases where concurrent deploys are not a concern (e.g. SQLite).
Pollard.Runner.run(MyApp.Repo, path, lock: Pollard.Lock.None)
No-op lock strategy.
Use this for single-node deployments or databases where concurrent deploys are not a concern (e.g. SQLite).
Pollard.Runner.run(MyApp.Repo, path, lock: Pollard.Lock.None)