cschleiden / go-workflows

Embedded durable workflows for Golang similar to DTFx/Cadence/Temporal
https://cschleiden.github.io/go-workflows/
MIT License
233 stars 49 forks source link

Fix continueAsNew race condition for sql backends #233

Closed cschleiden closed 1 year ago

cschleiden commented 1 year ago

Turns out this was an actual bug in the mysql backend. Also updated sqlite for consistency.

Closes: https://github.com/cschleiden/go-workflows/issues/232