You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run my celery workers which connects to my FileSystem to save files.
When doing so, I am using the same filesystem management that my Flask applicaiton is using so that it is consistent for my async jobs (with celery) as well as my sync jobs (with wsgi flask).
When I do this, I get the following in get_metadata() when trying to find the "url".
I have no need for using URL here, but because the get_metadata() seems to always try to populate the URL it causes issues.
I am trying to run my celery workers which connects to my FileSystem to save files.
When doing so, I am using the same filesystem management that my Flask applicaiton is using so that it is consistent for my async jobs (with celery) as well as my sync jobs (with wsgi flask).
When I do this, I get the following in get_metadata() when trying to find the "url".
I have no need for using URL here, but because the get_metadata() seems to always try to populate the URL it causes issues.
The text was updated successfully, but these errors were encountered: