Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Nov 28, 2024
1 parent 2d35ed1 commit 1b861f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/user_guide/flyte_agents/developing_agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ To create a new async agent, extend the [`AsyncAgentBase`](https://github.com/fl

```{note}
When users use create method to create a new job, with its job ID, they can use get method and job ID to check the execution state, if it is succeed or not.
When users use the `create` method to create a new job, with its job ID, they can use the `get` method with job ID to
check the execution state is succeeded or not.
Exceptional delete case:
If users interrupt task during it's running, FlytePropeller will invoke delete method to corresponding job.
Exceptional `delete` case:
If users interrupt task during its running, FlytePropeller will invoke the `delete` method to the corresponding job.
```

Expand Down

0 comments on commit 1b861f0

Please sign in to comment.