-
-
Notifications
You must be signed in to change notification settings - Fork 863
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
collectstatic
is extremely slow with S3 Manifest
#1255
Comments
@catgirlinspace I am experiencing this too, did you find a solution? |
I ended up doing this.
|
@DuncanTormey hi, sorry for the late reply. my workaround for this was to just use collectstatic and serve it without S3 and then stick a CDN in front. |
I'm also experiencing a 10 minute duration when trying to upload ~2,700 files |
+1 |
+1 Any new info for this thread? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hiya! I'm deploying my app on DigitalOcean App Platform. As part of the build step there, I run
python manage.py collectstatic --noinput
. Before switching to storing my static assets in a S3-compatible bucket this was instant, but now takes over 10 minutes when using the S3 manifest. The S3-compatible service I am using is Backblaze B2, although I wouldn't expect this to matter.Configuration for my static files
storages.py
settings.py
The text was updated successfully, but these errors were encountered: