Skip to content

fix: limit retries for nango sync workflow#3652

Merged
mbani01 merged 2 commits intomainfrom
fix/nango_sync_workflow_retries
Nov 28, 2025
Merged

fix: limit retries for nango sync workflow#3652
mbani01 merged 2 commits intomainfrom
fix/nango_sync_workflow_retries

Conversation

@mbani01
Copy link
Copy Markdown
Contributor

@mbani01 mbani01 commented Nov 28, 2025

This pull request adds a retry policy to the Temporal activity configuration in the syncGithubIntegration workflow. The new policy will help the workflow handle transient errors more robustly by automatically retrying failed activity executions.

Workflow reliability improvements:

  • Added a retry configuration to the Temporal activity proxy in syncGithubIntegration.ts, setting maximumAttempts to 10 and backoffCoefficient to 2 to improve error handling and resilience.

@mbani01 mbani01 requested a review from themarolt November 28, 2025 12:11
@mbani01 mbani01 self-assigned this Nov 28, 2025
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@mbani01 mbani01 merged commit f0811e5 into main Nov 28, 2025
13 checks passed
@mbani01 mbani01 deleted the fix/nango_sync_workflow_retries branch November 28, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants