-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant get to the queue page with bull-arena #182
Comments
Not sure if this is the problem, however you haven't specified the I was having the same problem when this wasn't set - maybe try setting it to undefined? Alternatively, for localhost, you could try not setting |
@darbio, password may not necessarily need to be provided; default redis config has no password. |
@gete76, check your local redis configuration to see if:
|
@combizs yeah I thought so too, but I had a similar issue when I didn’t set the password property. From memory, setting it to undefined solved the issue for me. |
So what was the solution for this? |
@brianschardt, based on the latest version, it worked for me. Just check the following: |
Closing as @combizs has supplied a solution with debugging steps. Please let me know if you'd like this to be re-opened! |
I am facing this issue. It works fine locally. But once I took things to staging, viewing Queue page always times out. Below is the configuration code.
|
Same issue, I can get the index page working. When I click on a link, it never resolves.
|
This issue definitely still exists, facing the exact same problem as the people above |
I am also having this problem. |
me too |
I happen to have this problem too. This is my configuration:
The Any thoughts on what I might be doing wrong, or is this a bug in the code? Makes the package pretty useless, if so. |
Hi there,
I've setup bull-arena according to the docs but when I click on the queue name for queue details on the homepage at /arena, the request just hangs and then fails. I see it's hanging on the Queue.getJobCounts call. Here's what the basic app setup looks like. Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: