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
When trying to run the docker image with the namespace parameter like this:
docker run --rm -p 5678:5678 ennexa/resque-web -N my_namespace -r redis://10.21.220.138:6379
The resque-web is started, but the namespace is not propagated (I can't see the workers nor the jobs). When I try directly installing the resque-web gem and running it with the -N parameter, everything works well
The text was updated successfully, but these errors were encountered:
When trying to run the docker image with the namespace parameter like this:
The resque-web is started, but the namespace is not propagated (I can't see the workers nor the jobs). When I try directly installing the resque-web gem and running it with the -N parameter, everything works well
The text was updated successfully, but these errors were encountered: