Skip to main content

LdapOrgEntityProviderLegacyOptions.schedule

Home > @backstage/plugin-catalog-backend-module-ldap > LdapOrgEntityProviderLegacyOptions > 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.