MCPcopy Create free account
hub / github.com/aboutcode-org/vulnerablecode / requeue

Method requeue

vulnerabilities/models.py:2256–2260  ·  view source on GitHub ↗

Reset run and requeue pipeline for execution.

(self)

Source from the content-addressed store, hash-verified

2254 dequeue_job(self.run_id)
2255
2256 def requeue(self):
2257 """Reset run and requeue pipeline for execution."""
2258 if job := self.job:
2259 self.reset_run()
2260 return job.requeue()
2261
2262
2263class PipelineSchedule(models.Model):

Callers

nothing calls this directly

Calls 1

reset_runMethod · 0.95

Tested by

no test coverage detected