Skip to content

Commit e67d287

Browse files
authored
[Wf-Diagnostics] Adding a short description to timeouts (#191)
1 parent 2f04694 commit e67d287

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docs/08-workflow-troubleshooting/01-timeouts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ permalink: /docs/workflow-troubleshooting/timeouts
66

77
# Timeouts
88

9+
A workflow could fail if an activity times out and will timeout when the entire workflow execution times out. Workflows or activities time out when their time to execute or time to start has been longer than their configured timeout. Some of the common causes for timeouts have been listed here.
10+
911
## Missing Pollers
1012

1113
Cadence workers are part of the service that hosts and executes the workflow. They are of two types: activity worker and workflow worker. Each of these workers are responsible for having pollers which are go-routines that poll for activity tasks and decision tasks respectively from the Cadence server. Without pollers, the workflow cannot proceed with the execution.

0 commit comments

Comments
 (0)