Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added RetryPolicy path
  • Loading branch information
j-raghavan authored Dec 18, 2024
1 parent 82650dc commit 39941c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Here's a complete example showing task orchestration with different priorities a
```python
from orchestrator import Orchestrator, Task, Pipeline, TaskPriority
from orchestrator.models.config import OrchestratorConfig
from orchestrator.models.base import RetryPolicy
from orchestrator.policies import RetryPolicy

# Configure the orchestrator
config = OrchestratorConfig(
Expand Down

0 comments on commit 39941c4

Please sign in to comment.