ert
ert copied to clipboard
Remove start sync event from the job __call__
The synchronization event (start = asyncio.Event()) made for the purpose of executing job-group start, which gets fed into job.__call__ does not seems to be that necessary in the end as asyncio.BoundedSemaphore will handle job execution regardless. Therefore we should remove this start event.