mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 03:18:07 +00:00
Remove update_event as a single event loop for the system (#160)
This commit is contained in:
@ -73,9 +73,6 @@ class Job(BASE_JOB, ORMMixin):
|
||||
self.state = JobState.stopped
|
||||
self.save()
|
||||
|
||||
def queue_stop(self) -> None:
|
||||
self.queue(method=self.stopping)
|
||||
|
||||
def on_start(self) -> None:
|
||||
# try to keep this effectively idempotent
|
||||
if self.end_time is None:
|
||||
|
Reference in New Issue
Block a user