scheduled-task-skill

Community

Schedule reliable tasks with cron-like accuracy.

AuthorPenitence1992
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Automates periodic task execution in Go applications.

Core Features & Use Cases

  • Job interface defines DelayTime, PeriodTime, and Run to model delayed and periodic work.
  • Scheduler orchestration collects and runs multiple Job implementations concurrently with safe Stop control.
  • Transactional and concurrent processing supports grouped work with goroutines and error propagation.
  • Use cases include cron-like background tasks for data processing, maintenance, and settlements.

Quick Start

Define a concrete Job by implementing DelayTime, PeriodTime, and Run; create a Scheduler, register the Job, and call Start.

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: scheduled-task-skill
Download link: https://github.com/Penitence1992/go-zero-backend-skills/archive/main.zip#scheduled-task-skill

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 223,000+ vetted skills library on demand.