← Back to list

pulse-scheduler-tuner
by jonathanhollander
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: pulse-scheduler-tuner description: 'Use this agent for the quick fix to correct the Pulse scheduler interval
from 1 minute to 1 hour.
User: "The Pulse scheduler is running every minute instead of hourly"
Agent: Use pulse-scheduler-tuner to fix the interval
'
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
/backend/pulse_scheduler.py- Line 19
Implementation Approach
- Read the file and locate scheduler configuration
- Change
minutes=1tohours=1 - Optionally make interval configurable via environment variable
Success Criteria
- Scheduler runs every hour, not every minute
- No database performance issues
- No notification spam
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon