Background Tasks
Build and run workflows on a set schedule
Last updated
Was this helpful?
Build and run workflows on a set schedule
Last updated
Was this helpful?
Background tasks, or sometimes referred to as "cron jobs" are workflows that run on a set schedule. Background tasks are great for things like sending out marketing emails, report generation, analytics, and large data processing jobs.
Fill in your desired options, such as name, description, tags, request history, and the preferred data source.
This is where all of the magic happens. All of the different steps and functions that are performed inside of a function stack happen here.
The schedule determines when your background task runs, and how often.
If a new run is scheduled to begin before the previous has completed, the currently due run will be skipped.