Skip to content

Busy

Busy is raised when a SQLite operation fails because the database is locked by another connection or process. It is a subtype of Error.

By default, busy errors outside of transactions are retried automatically — see Connection for configuration. Within transactions, the entire transaction block is retried — see Transaction for details.