added schedule job to have all params not just delay

This commit is contained in:
Boki 2025-06-22 22:02:22 -04:00
parent 3ac274705e
commit 4632c174dc
3 changed files with 37 additions and 5 deletions

View file

@ -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';