Back to Pocketbase

Namespace cron

static/jsvm/modules/cron.html

latest504 B
Original Source

Namespace cron

Package cron implements a crontab-like service to execute and schedule repeative tasks/jobs.

Example:

c := cron.New() c.MustAdd("dailyReport", "0 0 * * *", func() { ... }) c.Start()Copy

Index

Interfaces

CronJob

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc