Merge pull request #37 from YunoHost/testing

Testing
This commit is contained in:
Alexandre Aubin 2022-01-09 23:44:22 +01:00 committed by GitHub
commit de28fea3b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
run.py
View file

@ -412,6 +412,7 @@ async def jobs_dispatcher():
job.state = "running"
job.started_time = datetime.now()
job.end_time = None
job.save()
worker.state = "busy"