temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
250 stars 68 forks source link

[Feature Request] Activity task not tracked warning happens even on cancel #729

Open cretz opened 2 months ago

cretz commented 2 months ago

Describe the solution you'd like

User getting "Attempted to complete activity task {} but we were not tracking it" log, but we think it shouldn't be emitted if cancel comes through (which means the activity respected cancel upon timeout)