About Scheduling Recurring Jobs

Scheduling jobs allows you to schedule code to run at specified, recurring intervals.

You can create jobs to run any backend function and schedule them to run on an hourly, daily, weekly, or monthly basis.

For example, you might create jobs that:

  • Import or export data once a day.
  • Delete collection data that is no longer relevant once a week.
  • Send a status report to relevant parties once a month.  

See also

Was this helpful?
Yes
No