Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(agents-api): Add retry policies to temporal workflows/activities #551

Merged
merged 12 commits into from
Oct 5, 2024
Prev Previous commit
Next Next commit
Merge branch 'dev' into f/retry-policy-improvement
  • Loading branch information
creatorrr authored Oct 5, 2024
commit 3f1151938cfef2e19cb128fb973291acf8529b13
1 change: 1 addition & 0 deletions agents-api/tests/test_activities.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from agents_api.clients import temporal
from agents_api.env import temporal_task_queue
from agents_api.workflows.demo import DemoWorkflow

from agents_api.workflows.task_execution.helpers import DEFAULT_RETRY_POLICY

from .fixtures import (
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.