cschleiden / go-workflows

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

Cleaner handling of context cancellation during worker shutdown #314

Open cschleiden opened 9 months ago

cschleiden commented 9 months ago

Redis backend is reporting some errors when fetching new tasks from the queue while the main context is cancelled.