Documentation / zerotal / scheduler / schedulesConcern
Variable: schedulesConcern
constschedulesConcern:ConcernDescriptor
Defined in: packages/scheduler/src/conventions.ts:65
app/schedules/ convention. Every Schedule subclass is instantiated and registered with the
scheduler. Runs in worker (to execute) and console (so schedule:list can enumerate them);
never in web, so HTTP instances don't run cron. Contributed by SchedulerProvider.