cron-jobs

Add or modify scheduled maintenance tasks in Madoc TS cron jobs.

57|15|Updated Nov 28, 2018
One-click install
npx skills add https://github.com/digirati-co-uk/madoc-platform --skill cron-jobs-digirati-co-uk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-jobs
Source: https://github.com/digirati-co-uk/madoc-platform/tree/main/.agents/skills/cron-jobs
Command: npx skills add https://github.com/digirati-co-uk/madoc-platform --skill cron-jobs-digirati-co-uk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Explain scheduled maintenance tasks so cron job additions and updates follow existing patterns.

Core Features & Use Cases

  • Guidance: Provides architecture summary and entry points for Madoc TS cron jobs.
  • Workflow: Shows steps to review existing cron tasks and add new ones.
  • Validation: Suggests checks like manual runs and DB context verification.

Quick Start

Ask the cron-jobs skill to show me how to add a new maintenance task for expiring old manifests.

Frequently Asked Questions about cron-jobs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add scheduled maintenance tasks in Madoc TypeScript?

To add scheduled maintenance tasks in Madoc TypeScript, follow the existing cron job architecture patterns by reviewing entry points, applying proper database context, and validating task behavior before deployment.

What is the correct architecture for cron jobs in the Madoc TS codebase?

The correct cron job architecture in the Madoc TS codebase requires consistent patterns for scheduled task definitions, queue restart routines, and proper database context usage within the services/madoc-ts directory.

How do I modify existing cron job definitions for Madoc scheduled checks?

Modifying existing cron job definitions for Madoc scheduled checks involves reviewing current task patterns, updating the scheduled task configuration, and verifying database context to ensure consistent architecture.

What validation steps are needed before deploying a new cron job in Madoc?

Validation steps before deploying a new cron job in Madoc include performing manual test runs, verifying database context usage, and checking that the scheduled maintenance task behavior matches existing project patterns.

Can I use this approach for queue restart routines in Madoc TypeScript services?

Yes, this approach supports queue restart routines in Madoc TypeScript services by applying the same consistent cron job architecture, database context validation, and scheduled task patterns used for maintenance checks.

Why do my Madoc TS cron jobs fail to follow consistent scheduled task patterns?

Madoc TS cron jobs fail to follow consistent patterns when they lack proper database context usage, miss architectural entry point alignment, or skip validation checks like manual runs before deployment.