Skip to content
Snippets Groups Projects
Commit f20f2f0f authored by Martin Mareš's avatar Martin Mareš
Browse files

Joby: Když požádáme o retry, je potřeba smazat původní výsledek

parent cf2d2d03
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,9 @@ class TheJob: ...@@ -136,6 +136,9 @@ class TheJob:
job.state = db.JobState.running job.state = db.JobState.running
job.finished_at = None job.finished_at = None
job.expires_at = None job.expires_at = None
job.result = ""
job.out_json = None
job.out_file = None
sess.commit() sess.commit()
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment