resque-multi-job-forks icon indicating copy to clipboard operation
resque-multi-job-forks copied to clipboard

workers are not visible in resque-web

Open mguterl opened this issue 14 years ago • 3 comments

We added resque-mutli-job-forks to our project today, however, it appears that the workers disappear from the resque-web UI.

When the workers first start they show up in the UI, but after the fork for the second time, they all start to appear to die off. Looking at top the workers are obviously working and the jobs are being processed in the queue.

We are using resque 1.10.0

mguterl avatar Jan 31 '11 22:01 mguterl

We have the same problem using resque 1.19.0 on rails 3.1.3 using the latest git version of resque-multi-job-forks.

Did you manage to find a solution, @mguterl ?

Narnach avatar Dec 15 '11 14:12 Narnach

@Narnach I don't believe we found any solution, we're still using an older version of Resque but plan on upgrading soon.

mguterl avatar Dec 15 '11 14:12 mguterl

I just tested the commits by @mguterl and the work on top of that by @dolores and together they seem to solve the problem, at least when doing simple tests in development mode.

The relevant commits are: recruitmilitary/resque-multi-job-forks@93b4f6c994994c1d462f42ee903d4444a6709fea and dolores/resque-multi-job-forks@547935e1c60b65b90e1c5c2093833b191002fd7a

Narnach avatar Feb 14 '12 11:02 Narnach