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 running the example application on Docker. I find that the process crashes when using an incomplete 'artists' file. I don't see any error message or warnings, the celery container eventually crashes with 'out of memory' error.
To reproduce (I have a branch here which runs the application in Docker - docker compose up --build):
Go to Artist import
Leave Resource on default of 'ArtistResourceWithM2M'
Choose the attached file (change name to 'artists.csv')
Click import
You will see the following requests:
In my Docker instance (running on MacOS) I see this error after about 5 mins:
[ERROR] Worker (pid:19) was sent SIGKILL! Perhaps out of memory?
No other errors are reported.
If you import the file 'artists-sm.csv' it runs fine (ensure an 'Instrument' FK exists with id=1).
I am running the example application on Docker. I find that the process crashes when using an incomplete 'artists' file. I don't see any error message or warnings, the celery container eventually crashes with 'out of memory' error.
To reproduce (I have a branch here which runs the application in Docker -
docker compose up --build
):You will see the following requests:
In my Docker instance (running on MacOS) I see this error after about 5 mins:
No other errors are reported.
If you import the file 'artists-sm.csv' it runs fine (ensure an 'Instrument' FK exists with id=1).
artists.csv.txt
artists-sm.csv.txt
The text was updated successfully, but these errors were encountered: