-
Notifications
You must be signed in to change notification settings - Fork 11
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
don't see any chart movements and other metrics #7
Comments
hey @abhagsain I have just checked the Web UI and it is working correctly: I guess you have upgraded your installation from v2 to v5. Major versions can be sometimes incompatible with each other, and that is normal. Before upgrading to a major version, as a good practice, you should always clean up your Redis server. I highly suspect that you have a data incompatibility issue between different versions of RedisSMQ. Please shutdown RedisSMQ (consumers, producers, monitors) and run Also make sure to run the same RedisSMQ version from all your docker containers. |
Hi, @weyoss I tried flushing multiple times, ran only producer to see the pending message but still no luck 😢 I turned on the logs and got this error. Please take a look
|
It is an error coming from RedisSMQ has been tested against
I am going to fix this issue ASAP. |
This issue has been fixed. Please upgrade |
Yes, it's working now 🎊 Thank you so much @weyoss |
Closing as resolved. |
version -
5.0.0
Hi, @weyoss
First of all thanks for building
redis-smq
. Didn't want the overhead of RabbitMQ, or Kafka, andredis-smq
is perfect for my use case.The issue is I'm not seeing chart movement and other metrics.
Not sure if I'm doing something wrong.
The app is inside a docker container and I'm using Nginx as a proxy.
Here's the demo code
To put data
The text was updated successfully, but these errors were encountered: