Skip to main content
Version: Next

GithubMultiOrgEntityProviderOptions.schedule

Home > @backstage/plugin-catalog-backend-module-github > GithubMultiOrgEntityProviderOptions > schedule

The refresh schedule to use.

Signature:

schedule?: 'manual' | SchedulerServiceTaskRunner;

Remarks

If you pass in 'manual', you are responsible for calling the read method manually at some interval.

But more commonly you will pass in the result of SchedulerService.createScheduledTaskRunner() to enable automatic scheduling of tasks.