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 uniquemodigieJobRequestId
and should be investigated. The job response message will 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"
. Such job responses indicate a flaw in the logic that determines if prospects have the required fields available to run a job. 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'sreason
object may give additional details why the job failed the validation.