Crons
Inspect scheduled cron workloads and inspect their execution logs.
Environment Scheduled Crons
Inspect scheduled cron workloads and inspect their execution logs.
This guide covers deployed scheduled crons, readable schedules, and cron-specific log streams.
About Scheduled Crons
A scheduled cron is a recurring background task defined in your application code. monolayer translates the definition into Amazon EventBridge schedule rules and runs isolated container tasks.
The Crons page shows each active cron, its readable schedule, and its execution logs.
NOTE: If your application does not define scheduled crons, the page shows an empty state with a link to the monolayer software development kit (SDK) documentation.
Inspecting Scheduled Crons
To inspect a scheduled cron, review its schedule, and confirm recent execution output, you can use the crons dashboard.
Before you start
Your application must define and deploy at least one scheduled cron.
Steps
- Click Projects in the global sidebar.
- Click your target project.
- Click the target environment in the projects list.
- Click Crons in the environment sidebar.
- Locate the target cron.
- Click the cron row to expand the details panel.
- Review the schedule and log output.
What happens next
The expanded row displays recent CloudWatch execution logs for the selected cron.