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

Panic when extending activity task #268

Closed cschleiden closed 1 year ago

cschleiden commented 1 year ago
  1. Start worker with quick activity heartbeat
  2. Run workflow where activity execution takes longer than activity heartbeat

Expected: activity task lock is extended Actual: panic