Skip to content

Add a retry register for sqlite3.BUSY #4

@nyankers

Description

@nyankers

It may be favorable to retry endlessly when a function returns sqlite3.BUSY, as that's basically what sqlite expects you do to.

This can't be done in a transaction though, boo.

We may want sqlite3.BUSY to fail sometimes, so maybe add a register that controls this, e.g. em.retry

Thus it'll only retry if transaction == nil and em.retry.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions