Hi all :slightly_smiling_face: I'm encountering a...
# ask-community
j
Hi all šŸ™‚ I'm encountering an issue with workers printing stack traces when I return
states.Cancelled
from my flow function. Details: • Using Prefect Python SDK • Returning
states.Cancelled
intentionally • Workers print a stack trace, which I'd prefer to avoid Question: Is there a way to suppress these stack traces when returning
states.Cancelled
, or configure the workers to handle this state silently? Thanks in advance for any help šŸ™‚