Skip to content

fix: fix labels management for scheduled_task#194

Merged
Patrick Derks (TrayserCassa) merged 7 commits intomainfrom
fix/scheduled-task-labels
Apr 17, 2026
Merged

fix: fix labels management for scheduled_task#194
Patrick Derks (TrayserCassa) merged 7 commits intomainfrom
fix/scheduled-task-labels

Conversation

@renaudhager
Copy link
Copy Markdown
Member

This pull request introduces support for configuring scheduled task containers in the store specification and updates the scheduled task job logic to use these new settings. The most important changes are grouped below:

Scheduled Task Container Support:

  • Added a new ScheduledTaskContainer field of type ContainerMergeSpec to the StoreSpec struct in api/v1/store.go, allowing users to specify container overrides for scheduled tasks.

Scheduled Task Job Logic:

  • Updated the ScheduledTaskJob function in internal/cronjob/scheduled_task.go to merge the ScheduledTaskContainer settings into the main container configuration, ensuring that scheduled task jobs use the correct container overrides.

@TrayserCassa Patrick Derks (TrayserCassa) merged commit 0681e2a into main Apr 17, 2026
4 checks passed
@TrayserCassa Patrick Derks (TrayserCassa) deleted the fix/scheduled-task-labels branch April 17, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants