microsoft / durabletask-go

The Durable Task Framework is a lightweight, embeddable engine for writing durable, fault-tolerant business logic (orchestrations) as ordinary code.
Apache License 2.0
178 stars 25 forks source link

Fix SQLITE_BUSY issues when using sqlite on disk #28

Closed cgillum closed 11 months ago

cgillum commented 11 months ago

Resolves https://github.com/microsoft/durabletask-go/issues/27

This PR makes a few changes to the sqlite backend:

FYI @ItalyPaleAle