Recent

wzkb_github_webhook_chunk_sizefilterPro only

wzkb_github_webhook_chunk_size

Process a queued webhook job in bounded, self-rescheduling chunks.

Handles up to wzkb_github_webhook_chunk_size ops per run, re-scheduling itself for the remainder; failed ops retry up to 3 times before being recorded as permanent failures.

Type: filter
Since: 3.1.0
Source: includes/github/class-webhook-handler.php line 359

Parameters

Type Name Description
string $delivery_id Delivery identifier used to look up the job option.

Usage

add_filter( 'wzkb_github_webhook_chunk_size', function($delivery_id) {
    // ...
    return $delivery_id;
} );