Skip to content

Commit dd919de

Browse files
committed
Add docs for hooks-status-interval
1 parent 0a87c7a commit dd919de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/command-line-flags.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ Add this flag when executing on a 1st generation Google Cloud Platform (GCP).
141141

142142
Default 100. See [`subsecond-lag`](subsecond-lag.md) for details.
143143

144+
### hooks-status-interval
145+
146+
Defaults to 60 seconds. Configures how often the `gh-ost-on-status` hook is called, see [`hooks`](hooks.md) for full details on how to use hooks.
147+
144148
### initially-drop-ghost-table
145149

146150
`gh-ost` maintains two tables while migrating: the _ghost_ table (which is synced from your original table and finally replaces it) and a changelog table, which is used internally for bookkeeping. By default, it panics and aborts if it sees those tables upon startup. Provide `--initially-drop-ghost-table` and `--initially-drop-old-table` to let `gh-ost` know it's OK to drop them beforehand.

0 commit comments

Comments
 (0)