You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
We had a job which never ended and just kept running. Looking at the log it showed that "Job Succeeded", but the process did not end. This was quite a weird bug.
I noticed that a dependency was duplicated, which I believe was the cause. This is just an FYI in case it comes up again; feel free to close. Maybe add a check to make sure the dependencies is a set/unique?
The text was updated successfully, but these errors were encountered:
hi @Tjorriemorrie what do you mean by "kept running"? the python process spawned by worker didn't end after finished its job or the pinball UI always shows it's running?
We had a job which never ended and just kept running. Looking at the log it showed that "Job Succeeded", but the process did not end. This was quite a weird bug.
I noticed that a dependency was duplicated, which I believe was the cause. This is just an FYI in case it comes up again; feel free to close. Maybe add a check to make sure the dependencies is a set/unique?
The text was updated successfully, but these errors were encountered: