-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Collectfast is no longer maintained #4523
Comments
I'm experiencing issues with Django 4.2 and collectfast with connection to s3 just freeze at the end. So switched off it for now but this increase our collect static from several minutes up to a hour because collectstatic copy all images once again there. |
I've forked this and spent a bit of time getting it working with 4.2+ |
Hi @jasongi , |
@DmytroLitvinov sure - I didn’t realise issues weren’t automatically enabled after forking 😅 |
I've heard about it again twice this week (also mentioned in #4938) I'm happy for us to make the switch 👍🏻 |
While trying to test #4477, I went over the collectfast repo today and noticed that the repo is archived. There was an issue opened a while back to try to look for new maintainers, which didn't really go anywhere. There is also a note at the top of the readme for that.
I don't think it's causing any problems, but if anything arises, we'll probably have to drop the dependency. It's not heavily integrated nor is it linked to any options, so it should be relatively simple to remove. I couldn't find a fork that looked actively maintained and I don't know of a good replacement.
Why keep it? I haven't used it in a while, but I remembered that it provided a massive speed boost to
collectstatic
which went down from a couple of minutes to a few seconds.Opening this for visibility, let's see if it breaks
The text was updated successfully, but these errors were encountered: