-
Notifications
You must be signed in to change notification settings - Fork 329
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
ValueError: time data '' does not match format '%Y-%m-%dT%H:%M:%SZ' #362
Comments
I'm experiencing the same issue using current latest docker image from I tried clearing all jobs from queues but it seems it didn't help. |
@BartlomiejSkwira |
@BartlomiejSkwira We solved the problem by using eoranged/rq-dashboard:latest and manually installed the newest rq version in the container. This solves the problem and everything is working fine now. Our Dockerfile looks like this now:
|
Holy crud thank you for this... I've been pulling my hair out trying to get a python-rq workflow going (due to other python requirements it's far from trivial) but this error was driving me crazy... The custom dockerfile fix is easy so thanks! |
Yeah, the current requirements.txt for the project fixes rq to 1.3, but there were changes on 1.5 that broke datetimes. props to @jmandt for finding the fix ill try and make a PR to update the rq version, should fix this for people that install the package as well as use the docker image |
|
Can confirm, issue was fixed by updating rq ! |
If you still see this issue, try using the latest version of rq-dashboard (0.8, not 0.6) from |
When running rq-dashboard in the latest docker container with
docker run -p 9181:9181 eoranged/rq-dashboard:v0.6.3
the Workers page cannot load list of workers.
Logs:
The text was updated successfully, but these errors were encountered: