-
Notifications
You must be signed in to change notification settings - Fork 40
Pausing an Import
The pause Web Script is an HTTP POST Web Script located at service path /bulk/import/pause
that will pause an in-progress import (or return an error, if one isn't in progress or if it's already paused). The current state of the bulk import tool can be determined via the status Web Script.
As a convenience for human operators, this Web Script can also be invoked from the status Web Script, via the orange "pause" button visible in the HTML version of the Web Script (it is not visible if the import is already paused).
Notes:
- Imports are paused asynchronously, so although this Web Script will return immediately the bulk import may take some time (typically seconds) to come to a complete pause.
- This web script is useful for scripted approaches - it can be used to forcibly terminate an in-progress import.
The resume Web Script is an HTTP POST Web Script located at service path /bulk/import/resume
that will resume a paused import (or return an error, if it's not paused). The current state of the bulk import tool can be determined via the status Web Script.
As a convenience for human operators, this Web Script can also be invoked from the status Web Script, via the green "resume" button visible in the HTML version of the Web Script when an import is paused (it is not visible if the import is not paused).
Notes:
- This web script is useful for scripted approaches - it can be used to forcibly terminate an in-progress import.
Back to usage.
Copyright © Peter Monks. Licensed under the Apache 2.0 License.