Alert configuration on your side¶
Preview
This feature is not subject to our service terms. Pre-GA features are available as is and might have limited support.
-
Under normal operations, your application should never receive a job message with the header
modigieJobDiscardReasonType. Such an event would indicate a failure in the logic that produces and stores the uniquemodigieJobRequestIdor the request data failed the schema validation. In either case, the original job request is discarded and no job resource was created. The root cause should be investigated. The job response message will include the error details instead of the job resource and also include the following two Pub/Sub attributes that can help you with the root cause analysis:modigiePubsubMessageId: The message ID of the job request message your application published.modigiePubsubMessagePublishTime: The time when your application published the job request message that got discarded.
-
Under normal operations, your application should rarely receive a job with the
status="rejected". In some cases it can also indicate a very low data quality. It makes sense to investigate if you observe an increasing or high rate of rejected jobs. The job'sreasonobject may give additional details why the job failed the validation.