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

Method dequeue

vulnerabilities/models.py:2251–2254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2249 self.save(update_fields=["log"])
2250
2251 def dequeue(self):
2252 from vulnerabilities.tasks import dequeue_job
2253
2254 dequeue_job(self.run_id)
2255
2256 def requeue(self):
2257 """Reset run and requeue pipeline for execution."""

Callers 1

stop_runMethod · 0.95

Calls 1

dequeue_jobFunction · 0.90

Tested by

no test coverage detected