We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We'll want to start off with adding a new pipeline_log blob column to the submission table
pipeline_log
Anubis/api/anubis/models/__init__.py
Line 484 in a5e3f00
Create the migration for it (running it will be tricky as it will definitely take a minute to run)
Then replace this with something that will get the logs and store them on some new column of the submission:
Anubis/api/anubis/k8s/pipeline.py
Lines 153 to 156 in a5e3f00
I'm not sure we really need to be explicitly deleting jobs as they finish. We can just rely on kubernetes cleaning them up, or we can add the job ttl https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
The text was updated successfully, but these errors were encountered:
ADD submission pipeline log capture #402
3e04b2e
wabscale
No branches or pull requests
We'll want to start off with adding a new
pipeline_log
blob column to the submission tableAnubis/api/anubis/models/__init__.py
Line 484 in a5e3f00
Create the migration for it (running it will be tricky as it will definitely take a minute to run)
Then replace this with something that will get the logs and store them on some new column of the submission:
Anubis/api/anubis/k8s/pipeline.py
Lines 153 to 156 in a5e3f00
I'm not sure we really need to be explicitly deleting jobs as they finish. We can just rely on kubernetes cleaning them up, or we can add the job ttl https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
The text was updated successfully, but these errors were encountered: