Skip to content
New issue

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

API and UI to delete and/or archive jobs #2

Open
sampsyo opened this issue Aug 24, 2019 · 1 comment
Open

API and UI to delete and/or archive jobs #2

sampsyo opened this issue Aug 24, 2019 · 1 comment
Assignees

Comments

@sampsyo
Copy link
Contributor

sampsyo commented Aug 24, 2019

As @ViviYe has proposed, it would be nice to have a way to delete jobs. Some concrete steps could include:

  • Add a DELETE method on job URLs that removes the job and all its files.
  • Add a button to the UI that invokes this API method.
  • Perhaps a second API that just deletes the files but preserves the metadata (i.e., the JSON file describing the job and its log file).
  • In a fancier version, provide a mechanism to delete a job's files while sending it to S3 or something for archiving.
  • Maybe provide a way to do this in bulk to jobs older than a certain date?

(Expanded from #1.)

@rachitnigam
Copy link
Member

As a first pass, implementing something that removes jobs from instance/jobs and compresses them for download would be useful. We can move the compressed jobs to the gorgonzola deployment and the various job links still work.

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

No branches or pull requests

3 participants