We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an idea of how we could deal with extreme slowness of calling collectstatic when using object storage:
pip freeze
collectstatic
@pandafy @atb00ker what do you think?
The text was updated successfully, but these errors were encountered:
I think this would work! 😄
Sorry, something went wrong.
I agree, this will surely reduce the time for bringing up new container.
No branches or pull requests
I have an idea of how we could deal with extreme slowness of calling collectstatic when using object storage:
pip freeze
in the dashboard containercollectstatic
we check in redis to see if the current pip freeze hash is different from the one saved there@pandafy @atb00ker what do you think?
The text was updated successfully, but these errors were encountered: