-
Notifications
You must be signed in to change notification settings - Fork 3.2k
BUG: Schedules Added via CLI not showing up in Goose UI #7478
Description
When adding new goose schedules via CLI, the new schedules are not being displayed in the app UI. In order for me to view these schedules, I have to quit Goose and reopen the UI for them to display.
💡 Before filing, please check common issues:
https://block.github.io/goose/docs/troubleshooting
📦 To help us debug faster, attach your diagnostics zip if possible.
👉 How to capture it: https://block.github.io/goose/docs/troubleshooting/diagnostics-and-reporting/
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Add new schedule using Goose CLI: `goose schedule add --schedule-id test_example --cron "0 10,14,16 * * 1-5" --recipe-source link-to-recipe.yaml
- Check if schedule was added via CLI:
goose schedule list - Open Goose UI -> Scheduler -> Check if new test_example schedule is displayed
Expected behavior
The test_example should be displayed in the list of schedules
Screenshots
Please provide the following information
- OS & Arch: Mac OS M4 Max Tahoe 26.3
- Interface: Both UI and CLI
- Version: Version 1.25.0-block.202602182139-cd798 (1.25.0-block.202602182139-cd798)
- Extensions enabled: A ton, assume the max
- Provider & Model: Goose-Databricks
Additional context
Add any other context about the problem here.