Missing workload validation #18
Labels
No labels
bug
documentation
duplicate
enhancement
fix
good first issue
help wanted
invalid
major
question
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: spdf/elektron#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, there is no workload validation before registering framework with Mesos. Therefore, any error in the workload definition will either result in a TASK_ERROR status from Mesos or will result in panic/fatal log from within Elektron.
We should validate the workload when it is submitted and framework registration should be done only if the workload passes validation.
pull request #19 under review.
merged!