We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28ad362 + b595ac9 commit ebbe49fCopy full SHA for ebbe49f
1 file changed
apps/ops/models/adhoc.py
@@ -242,6 +242,7 @@ def _run_and_record(self):
242
except AttributeError:
243
hid = str(uuid.uuid4())
244
history = AdHocRunHistory(id=hid, adhoc=self, task=self.task)
245
+ history.save()
246
time_start = time.time()
247
date_start = timezone.now()
248
is_success = False
0 commit comments