feat: add migration
This commit is contained in:
@@ -18,5 +18,10 @@ func NewExecutor(logger *slog.Logger) *Executor {
|
||||
func (e *Executor) DispatchEvents(ctx context.Context) error {
|
||||
e.logger.InfoContext(ctx, "dispatching events")
|
||||
|
||||
// TODO: Process updates to models
|
||||
// TODO: Insert new cron for runtime
|
||||
// TODO: Calculate time since last run
|
||||
// TODO: Send events for workers to pick up
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user