Jobs
Jobs, also known as Cron jobs, are a powerful feature in Abstra that allow you to schedule runs at specific intervals. This is particularly useful for automating repetitive tasks or performing maintenance operations.
Scheduling Jobs
Jobs in the Editor
Jobs won't run in the editor automatically. You can only manually trigger them.
Use the settings panel to configure the schedule for your job. You can set the frequency to run the job, such as every hour, daily, weekly, or monthly.
Custom Scheduling
You can also set a custom schedule using Cron expressions. This allows you to specify exactly when the job should run, down to the minute.