This article will provide guidance on how to monitor the status of the data triggers.
Scenario
The execution of data triggers can be monitored by checking the output status.
Steps
The status value for the reindex job can be checked by executing the following command.
curl -D - -k -u username:password -X GET https://my.eu1.fredhopperservices.com/fas:test1/trigger/load-data/2021-08-04_15-15-28/status
In the example above, EU region and FAS:TEST1 environment are used. Please substitute with your region, environment, and data-id.
NOTE: When deciding on the frequency to poll the progress of the load-data processes from your side, we recommend having a minimum interval of 60 secs in between each check that you make.
More information about running the command can be obtained also in the following article Get execution status of trigger
* Possible status codes returned are:
|
Status |
Description |
|---|---|
|
UNKNOWN |
No known state yet: trigger has not yet been picked up |
|
SCHEDULED |
The trigger has been picked up, and will start execution soon |
|
RUNNING |
Triggered job is running currently |
|
DELAYED |
Triggered job is ready to run, but delayed (eg: due to insufficient capacity) |
|
SUCCESS |
The triggered job has finished successfully |
|
FAILURE |
Triggered job has failed |
For more details on the status codes, please refer to Trigger Status Reference.
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.