---
id: gk-foundation-scheduler-job-stuck-threshold
title: "Filter - gk/foundation/scheduler/job/stuck-threshold"
sidebar_label: "gk/foundation/scheduler/job/stuck-threshold"
tags:
  - "1.12.0"
---

# Filter: gk/foundation/scheduler/job/stuck-threshold

Filters the threshold (in seconds) after which a job is considered stuck.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $threshold | `int` | The stuck threshold in seconds. Default: 1200 (20 minutes). |

### Since

- 1.12.0

### Source

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

