actionhero / node-resque

Node.js Background jobs backed by redis.
https://node-resque.actionherojs.com
Apache License 2.0
1.37k stars 151 forks source link

Resque UI Erroring #796

Open Gilbert09 opened 2 years ago

Gilbert09 commented 2 years ago

Hi, when loading up the resque-web interface, I get the same error from numerous pages (such as the /overview page as seen below). It looks like it's trying to split the worker_id by : but it seems to only contain a single :. An example that I managed to pull out was:

c976a8a2-903b-47cb-be6f-799ab03a32a5:main

Any advice on how to get this working would be great!

image

evantahler commented 1 year ago

Is this bug still happening?