Skip to content

Commit

Permalink
Update op-retries.mdx - no solid (#11284)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan authored Dec 20, 2022
1 parent 5d83868 commit a28f5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/concepts/ops-jobs-graphs/op-retries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def problematic():

### RetryPolicy

To get this solid to retry when an exception occurs, we can attach a <PyObject module="dagster" object="RetryPolicy" />.
To get this op to retry when an exception occurs, we can attach a <PyObject module="dagster" object="RetryPolicy" />.

```python file=/concepts/ops_jobs_graphs/retries.py startafter=policy_start endbefore=policy_end
@op(retry_policy=RetryPolicy())
Expand Down

1 comment on commit a28f5d5

@vercel
Copy link

@vercel vercel bot commented on a28f5d5 Dec 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.