ert icon indicating copy to clipboard operation
ert copied to clipboard

Remove start sync event from the job __call__

Open xjules opened this issue 1 year ago • 0 comments

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.

xjules avatar Mar 10 '24 20:03 xjules