0085-laravel-task-scheduling

Community

Reliably schedule Laravel cron jobs

AuthorMrJmpl3
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you avoid unreliable or duplicated scheduled task runs in Laravel deployments by making cron-driven scheduling predictable and safe.

Core Features & Use Cases

  • Non-overlapping execution: Uses withoutOverlapping() to prevent long-running jobs from piling up when the scheduler triggers frequently.
  • Multi-server safety: Uses onOneServer() so only one node runs the task in clustered or horizontally scaled environments.
  • Operational visibility: Guides you to run tasks in the background and maintainability-friendly settings to improve reliability during maintenance windows.

Quick Start

Use the 0085-laravel-task-scheduling skill to configure your Laravel scheduler to run reports safely at 01:00 daily with withoutOverlapping() and onOneServer().

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: 0085-laravel-task-scheduling
Download link: https://github.com/MrJmpl3/codex_____data_____configuration/archive/main.zip#0085-laravel-task-scheduling

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.