quackscape/quackscape
Kumi 6ba838f770
feat: Asynchronous resolution processing
Refactor the image and video resolution creation process to be
asynchronous. This change optimizes performance by sending
`original_image.id` and `original_video.id` to
`create_image_resolutions.delay` and `create_video_resolutions.delay`
respectively, rather than processing synchronously. This enhancement
significantly improves the scalability of handling large sets of images
and videos, ensuring system resources are utilized more efficiently and
users experience less delay.
2024-03-17 13:48:00 +01:00
..
management/commands A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
tours feat: Asynchronous resolution processing 2024-03-17 13:48:00 +01:00
users feat(users): Change upload media to link 2024-03-17 10:33:15 +01:00
__init__.py A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
asgi.py A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
celery.py A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
manage.py feat: Upgrade project setup and dependencies management 2024-03-15 09:36:18 +01:00
settings.py feat: Introduce file upload functionality 2024-03-16 21:30:12 +01:00
urls.py Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
wsgi.py A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00