feat: add migration

This commit is contained in:
2025-01-16 13:48:05 +01:00
parent 703f2ae096
commit a68eae8519
9 changed files with 198 additions and 16 deletions

View File

@@ -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
}