pinterest/pinball

Job hangs after successfully finishing

Tjorriemorrie opened this issue · 2 comments

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?

csliu commented

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?

@csliu it was both. The process didn't end and the UI showed it as blue always.