Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit c94ff8d

Browse files
authored
ISSUE-344 minor doc corrections (#346)
1 parent 0293efc commit c94ff8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/savepoints_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ if the request is accept, it will return a trigger request ID which can be used
209209
curl http://localhost:8081/jobs/[JOB_ID]/savepoints/[TRIGGER_ID]
210210
```
211211

212-
## Automatically restarting job from the lastest savepoint
212+
## Automatically restarting job from the latest savepoint
213213

214214
Long-running jobs may fail for various reasons, in such cases, if you have enabled auto savepoints or manually took
215215
savepoints, you might want to check the latest savepoint location in the job status, then use it as `fromSavepoint` to
@@ -224,7 +224,7 @@ metadata:
224224
spec:
225225
...
226226
job:
227-
autoSavePointSeconds: 300
227+
autoSavepointSeconds: 300
228228
savepointsDir: gs://my-bucket/savepoints/
229229
restartPolicy: FromSavepointOnFailure
230230
...

0 commit comments

Comments
 (0)