-
Notifications
You must be signed in to change notification settings - Fork 2
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
New girder_worker release? #56
Comments
What kind of problems? |
I'm still trying to pinpoint, but the original symptom was the following trace in my task:
I traced this back to (I think): But I can construct GirderClient in the running container without a problem:
I removed all images on my dev instance and just redeployed (
Which led me to celery/celery#5369. Stumped |
Unpinning redis in gwvolman requirements.txt resolves the VersionMismatch error, but I'm back to the original error |
That girder/girder_worker#311 looks like a possible breaking change, since we're still using girder 2.5.0 and worker plugin is a part of it. I'd pin the version of girder-worker to 0.5.0 for now. |
Thanks again for your help. In the end my problem was user error. The error I saw in the gwvolman logs were related to an error that I wasn't paying attention to in the girder logs. I didn't realize that there could be a stack trace in girder for my task. Did you run into the |
I didn't run into problem with redis because I forgot to pull new image... Agreed about pinning redis image. |
Running into problems locally that I'm not certain are related, but noticed that two new versions of the
girder_worker
package on pypi were released yesterday https://pypi.org/project/girder-worker/#historyThe text was updated successfully, but these errors were encountered: