Webhook job panel

Key point: Display the details of a webhook job.

When any events that are to be sent to a specific webhook occur on your PageSeeder server, they are grouped together in a webhook job and stored in a cache so that they can be sent or re-sent in case of failure.

A webhook job is linked to a webhook object, has a unique ID and a list of events included which can be accessed by clicking the links in the events cell. The table also displays the number of times the job was processed and the last time it was processed.

In case of failure, a webhook job is reprocessed a certain number of times before the webhook object status is set to unreachable. That value is defined in a global property named webhookRetries and its default value is set to 12.

How to find this page

Administration menu > System administration > Server status > Cachingwebhook-jobs Info or webhook-failed-jobs Info > Key link in table