mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
Update Task Heartbeat to include Job_id (#594)
This commit is contained in:
@ -30,7 +30,7 @@ def main(msg: func.QueueMessage, dashboard: func.Out[str]) -> None:
|
||||
task.heartbeat = datetime.utcnow()
|
||||
task.save()
|
||||
except ValidationError:
|
||||
logging.error("invalid task heartbat: %s", raw)
|
||||
logging.error("invalid task heartbeat: %s", raw)
|
||||
|
||||
events = get_events()
|
||||
if events:
|
||||
|
Reference in New Issue
Block a user