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
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!
The text was updated successfully, but these errors were encountered:
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:Any advice on how to get this working would be great!
The text was updated successfully, but these errors were encountered: