Action - gk/foundation/scheduler/callbacks/registered
Fires when all callbacks are registered in WordPress.
Fires when all callbacks are registered in WordPress.
Fires before deleting all pending and paused job instances.
Fires before unscheduling all job instances.
Fires before unscheduling the latest job run.
Fires when the job is paused.
Fires when the job is unpaused.
Fires after a job is canceled from the UI or programmatically.
Fires after a job is marked as completed.
Fires after a job is marked as failed.
Fires after a job is paused.
Fires after a paused job is resumed.
Fires after a failed job is retried.
Fires after a job is successfully scheduled.
Fires before a job is scheduled.
Fires when a job fails to schedule.
Fires after a task is executed.
Fires before a task is executed.
Fires when a task fails after exhausting retries.
Overrides whether background processing is enabled.
Modifies the GravityKit Scheduler job enabled status.
Filters the job data.
Filters the job priority.
Filters the job progress.
Filters the job unique mode.
Modifies the job instances query defaults.
Filters the maximum number of tasks allowed per job.
Filters the threshold (in seconds) after which a job is considered stuck.
Filters the list of scheduled job instances before returning.
Filters the base URL used for all loopback requests.
Filters the overdue threshold for pending jobs.
Whether to skip a recurring job instance that overlaps with a running sibling.
Filters the scheduler trigger request timeout.
Filters the task args.
Filters the task callback.
Filters the task enabled status.
Filters whether the task can fail without stopping the job.
Filters the maximum consecutive no-progress reruns per task.
Filters the maximum number of retry attempts per task.
Filters the task args before setting them.
Filters the task dependencies before setting them.
Filters the job data before setting it.
Filters the cooperative time budget for individual tasks.
Filters the polling interval for the Background Jobs UI, in seconds.
Controls whether the Background Jobs page appears in the network admin menu.