added schedule job to have all params not just delay
This commit is contained in:
parent
3ac274705e
commit
4632c174dc
3 changed files with 37 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// Base handler classes
|
||||
export { BaseHandler, ScheduledHandler } from './base/BaseHandler';
|
||||
export type { JobScheduleOptions } from './base/BaseHandler';
|
||||
|
||||
// Handler registry (re-exported from types to avoid circular deps)
|
||||
export { handlerRegistry } from '@stock-bot/types';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue