-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
Extension
https://www.raycast.com/tahazahit/cron-manager
Raycast Version
Current
OS Version
No response
Description
Bug Report: Tasks disappearing from UI despite being present in crontab
Issue: Scheduled tasks disappear from the Cron Manager list view even after being correctly saved to the system crontab. The extension also enters a recurring "Permission to access" loop despite Full Disk Access being granted to Raycast.
Technical Context:
Crontab Status: I have verified via crontab -l that the entries exist and include the required # RaycastID: metadata prefix.
Pathing: The command uses absolute paths with quotes (to handle spaces) and an explicit python3 interpreter.
Parser Observations: The extension appears to lose track of jobs even when they follow the serializeCrontab format.
Security: Raycast has been granted Full Disk Access, but the extension still triggers TCC prompts or fails to reliably read the crontab file in the background.
Steps To Reproduce
As above
Current Behaviour
No response
Expected Behaviour
No response