Add Cron Railway banner
Ashikparvez89 Ashikparvez89

Add Cron Railway

Development community

Description

Create scheduled jobs on Railway using node-cron or external cron services. Implement cron scheduler in Express application with node-cron. Add job management API for listing, triggering, and monitoring jobs. Implement comprehensive job logging with timestamps and status. Handle job failures with retry logic and exponential backoff. Add job locking to prevent concurrent executions. Create job monitoring dashboard showing last run, next run, and status. Configure jobs via environment variables. P

Installation

Installs to ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-cron-railway/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-cron-railway && curl -fsSL https://raw.githubusercontent.com/Ashikparvez89/larouex-fullstack-plugin/HEAD/commands/add-cron-railway.md -o ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-cron-railway/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository