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

do not silently ignore errors in ActivityWorker.poll #252

Closed vroldanbet closed 1 year ago

vroldanbet commented 1 year ago

Something I noticed while running this with our workloads, we probably don't want to silently ignore errors that are not DeadlineExceeded.