onFailure
onFailure: CloudSqlite.WriteLockBusyHandler | undefined
function called if lock cannot be obtained after all retries. It is called with the name of the user currently holding the lock and generally is expected that the user will be consulted whether to wait further. If this function returns "stop", an exception will be thrown. Otherwise the retry cycle is restarted.
Defined in
- core/backend/src/CloudSqlite.ts Line 279
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.