Kumi
6ba838f770
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. |
||
---|---|---|
.. | ||
management/commands | ||
tours | ||
users | ||
__init__.py | ||
asgi.py | ||
celery.py | ||
manage.py | ||
settings.py | ||
urls.py | ||
wsgi.py |