Skip to content

Commit

Permalink
[Wf-Diagnostics] Adding a short description to timeouts (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
sankari165 authored Aug 28, 2024
1 parent 2f04694 commit e67d287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/08-workflow-troubleshooting/01-timeouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ permalink: /docs/workflow-troubleshooting/timeouts

# Timeouts

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.

## Missing Pollers

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.
Expand Down

0 comments on commit e67d287

Please sign in to comment.