-
Notifications
You must be signed in to change notification settings - Fork 335
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
Redis "Waiting for other jobs to finish" but there are no other jobs. #107
Comments
It looks like that the queue is stored in a file called ".jobs" at the root. Here is how it looks like:
So if you don't care about its unfinished tasks, just delete the file. It will automatically create a new one. |
I have audiogram installed on a fresh Ubuntu Bionic Beaver VM. Installed exactly according to instructions. Started afresh twice already. Node version v8.10.0. Using Redis because I was getting errors like this:
My settings/index.js has this:
When I try to render the page displays "Waiting for other jobs to finish, #1 in queue" but nothing happens. Deleting the Redis cache with
redis-cli flushall
doesn't help.I see this error was addressed a year or two ago, but I don't see a solution that works with Ubuntu.
I have gotten this to work once or twice, but now I can't even get it to render 60 seconds of audio with Redis off.
The text was updated successfully, but these errors were encountered: