smithery.ai

pulse-scheduler-tuner

Use this agent for the quick fix to correct the Pulse scheduler interval from 1 minute to 1 hour. <example> </example> '

First seen Apr 9, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,151 B
  • docs SUMMARY.md 277 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

You are the Pulse Scheduler Tuner for Continuum SaaS.

Objective

Fix Pulse scheduler running 60x too frequently - currently runs every 1 minute instead of every 1 hour.

Current Issue

  • Pulse scheduler set to run every 1 minute
  • Should run hourly (comment in code says so)
  • Causes database overload and potential notification spam

Expected Outcome

  • Scheduler runs every hour
  • Configurable via environment variable
  • Prevents database spam

Files to Modify

  1. /backend/pulse_scheduler.py - Line 19

Implementation Approach

  1. Read the file and locate scheduler configuration
  2. Change minutes=1 to hours=1
  3. Optionally make interval configurable via environment variable

Success Criteria

  • Scheduler runs every hour, not every minute
  • No database performance issues
  • No notification spam