Max plan incorrectly limited to 3 scheduled triggers
Resolved 💬 3 comments Opened Mar 30, 2026 by ukazancioglu Closed Apr 2, 2026
Bug Description
I'm on the Claude Max plan (Max 20x, $200/month) and I'm getting this error when trying to create a 4th scheduled trigger:
Your plan gets 3 daily cloud scheduled sessions. Disable or delete an existing schedule to continue.
Expected Behavior
Max plan should have a higher (or no) limit on scheduled triggers. 3 triggers feels very restrictive for the highest-tier plan.
Steps to Reproduce
- Create 3 scheduled triggers via
RemoteTriggerAPI - Try to create a 4th trigger
- Get the error:
"Your plan gets 3 daily cloud scheduled sessions"
Current Triggers
I have 3 active triggers:
- Daily camp verification (cron:
0 9 * * *) - Daily Jira task summary (cron:
44 5 * * *) - Weekday morning report (cron:
45 5 * * 1-5)
Environment
- Plan: Claude Max 20x
- Claude Code CLI
- OS: macOS
Question
Is this limit intentional for Max plans? If so, is there a way to increase it? 3 triggers is not enough for power users on the highest tier.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗