-
Notifications
You must be signed in to change notification settings - Fork 102
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
Perf/clean medias #2550
Perf/clean medias #2550
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #2550 +/- ##
===========================================
+ Coverage 69.02% 69.06% +0.04%
===========================================
Files 82 83 +1
Lines 7151 7167 +16
===========================================
+ Hits 4936 4950 +14
- Misses 2215 2217 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
OK, je nommerai le paramètre plutôt MEDIA_CLEAN_CRONTAB |
Merci pour ton retour @camillemonchicourt ! C'est fait dans le commit : 198a731 |
Also add a config parameter to change the CRON value
5cd4312
to
c1ffaf2
Compare
Dans le cadre d'une prestation pour l'Agence Régionale de la Biodiversité en île de France, un problème d'ajout lent de média a été détecté. En effet, comme discuté dans #2436, à chaque insertion ou modification d'un média, une synchronisation des média est faite pour supprimer ou renommer des fichiers plus utilisés.
Cela peut donc engendrer des temps important lors de l'insertion d'un média, par exemple dans occtax.
Cette PR vise à déplacer cette synchronisation dans une tâche Celery beat.