Open yankovs opened 4 months ago
Hey, I have a quick question:
Why is it needed to remove the context manager for the jobs?
Did that part break something or cause issues?
I'm asking because when jobs exit their context, they do some stuff, especially the complete()
updates the queue collection counters.
Fixes #76
Should anything be done on the else branch in line 127? Maybe marking job as failed?