Skip to content

Commit

Permalink
feat: de-provisioning support (#4337)
Browse files Browse the repository at this point in the history
This moves towards proper de-provision support for runners.
  • Loading branch information
stuartwdouglas authored Feb 10, 2025
1 parent ef68fa1 commit fab2204
Show file tree
Hide file tree
Showing 31 changed files with 2,688 additions and 2,143 deletions.
2 changes: 1 addition & 1 deletion backend/cron/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func updateCronJobs(ctx context.Context, cronJobs map[string][]*cronJob, change
if err != nil {
return fmt.Errorf("failed to extract cron jobs: %w", err)
}
logger.Debugf("Adding %d cron jobs for module %s", len(moduleJobs), module)
logger.Debugf("Adding %d cron jobs for module %s", len(moduleJobs), module.Name)
cronJobs[module.Name] = moduleJobs
}
case *schema.ChangesetCommittedNotification:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fab2204

Please sign in to comment.