Cron buttons will press themselves automatically on a cron schedule. No separate scheduler to configure — you define the cadence when you create the button, and a background trigger daemon handles the rest.Documentation Index
Fetch the complete documentation index at: https://docs.buttons.sh/llms.txt
Use this file to discover all available pages before exploring further.
Blocked on
The trigger system (autonoco/autono#272). A cron schedule stored on a button is inert without a daemon watching the schedule and firing the button when the time arrives.What’s changing when triggers land
--cron '<schedule>'flag accepts standard cron expressions (minute hour day month weekday)- Each scheduled press is recorded in the button’s run history just like a manual press
- Trigger daemon surface:
buttons serve --with-cronor a standalonebuttons cronprocess - Overlap protection: if a previous run is still executing when the next trigger fires, the new run is either skipped or queued (configurable per button)