---
id: gk-foundation-scheduler-recurring-skip-overlap
title: "Filter - gk/foundation/scheduler/recurring/skip-overlap"
sidebar_label: "gk/foundation/scheduler/recurring/skip-overlap"
tags:
  - "1.12.0"
---

# Filter: gk/foundation/scheduler/recurring/skip-overlap

Whether to skip a recurring job instance that overlaps with a running sibling.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $should_skip | `bool` | Whether to skip. Default true. |
| $job_id | `int` | The current job instance ID. |
| $job_name | `string` | The job hook name. |
| $sibling_id | `int` | The running sibling's action ID. |

### Since

- 1.12.0

### Source

Defined in `Scheduler/Handlers/ScheduleHandler.php` at line 382

