Open bgruening opened 2 years ago
I created this issue to help others that might see similar errors. Nothing really actionable to do here I think, besides maybe improving the error message.
That's definitely something to work on though!
We do see this error again. Not sure what we can do this time.
This is also "funny":
I'm not sure what is wrong with celery3 but I restarted it several times and it does not get better.
I will stop that task handler now and see if we still get those error reports.
@gallardoalba for your information.
Now we have many failed jobs on almost all workers, and small (200kb) upload jobs are not finished by celery.
We have been getting a lot of error reports like:
This seems to be true, but it was not obvious why this has happen
At first, that seems like a problem with
metadata_strategy: 'extended'
which we have enabled by default. Disabling this revealed a problem with setting metadata in general, which is handled by celery in our setup.It turned out that a recent Galaxy update has introduced a new dependency that was not synced to the external celery node. So celery was the problem behind this error. Fixing celery and refreshing the venv of celery fixed it.
Not sure if we can improve the initial error message, to direct admins directly to the set_metadata process.