fix: clear error and namespace handling when triggering scheduled task jobs#204
Closed
fedemaleh wants to merge 0 commit into
Closed
fix: clear error and namespace handling when triggering scheduled task jobs#204fedemaleh wants to merge 0 commit into
fedemaleh wants to merge 0 commit into
Conversation
fedemaleh
force-pushed
the
fix/scheduled-task-trigger
branch
from
July 17, 2026 18:32
5d24050 to
01b32d6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the scheduled task job trigger action, which failed with an opaque error when the scope had no active deployment and had
K8S_NAMESPACEhandling bugs.logfunction through aload loggingworkflow step ($OVERRIDES_PATH/logging) instead of assuming it exists.K8S_NAMESPACEunderset -u— guard the default so the script does not abort when the variable is unset; resolve from the provider namespace with a fallback.values.yamlin trigger-job workflow — include$SERVICE_PATH/values.yamlsoK8S_NAMESPACEis provided to the trigger step.Test plan
bats scheduled_task/scope/tests/trigger.bats→ pass (namespace resolution,set -usafety, workflow includes/logging)