schon/evibes/settings
fureunoir 4c7b40b899 Features: 1) Add orjson serializer and integrate it into Celery configuration for enhanced performance and compatibility; 2) Introduce configurable task settings such as soft and hard time limits, task tracking, and event serialization for better control and observability.
Fixes: 1) Update worker entrypoints to adjust prefetch multiplier and memory/task limits for optimized resource usage.

Extra: 1) Refactor Celery settings into a dedicated file for improved organization and maintainability; 2) Adjust Docker entrypoints to align with updated task configurations; 3) Register `orjson` serializer in a separate module for cleaner code structure.
2026-01-04 18:37:00 +03:00
..
__init__.py Extra: RUFF 2025-12-15 20:29:02 +03:00
base.py Features: 1) Improved request processing in middleware by adding mutable QueryDict implementation; 2) Extended type annotations across various modules for enhanced type safety; 3) Refined JWT token lifetime configuration for environment-specific logic. 2025-12-19 15:17:17 +03:00
caches.py Extra: RUFF 2025-12-15 20:29:02 +03:00
celery.py Features: 1) Add orjson serializer and integrate it into Celery configuration for enhanced performance and compatibility; 2) Introduce configurable task settings such as soft and hard time limits, task tracking, and event serialization for better control and observability. 2026-01-04 18:37:00 +03:00
constance.py Extra: RUFF 2025-12-15 20:29:02 +03:00
csp.py Initial Commit 2025-04-29 22:40:30 +03:00
database.py Features: 1) Update all log handlers to dynamically switch based on DEBUG setting; 2) Introduce improved middleware logging configuration. 2025-07-06 16:58:43 +03:00
dbbackup.py Features: 1) Add backup_task to manage database and media backups; 2) Introduce periodic scheduling for backup_task via Celery Beat; 2025-11-13 17:14:00 +03:00
drf.py Features: DRF docs I18N 2025-12-21 02:11:51 +03:00
elasticsearch.py Extra: RUFF 2025-12-15 20:29:02 +03:00
emailing.py Features: 1) I18N 2025-11-16 00:32:21 +03:00
extensions.py Features: 1) Introduced Telegram forwarder with bot functionality for message forwarding and user support; 2) Added new commands (/start, /unlink, /help) for Telegram bot; 3) Enabled webhook integration and message linking via Telegram. 2025-11-12 11:23:44 +03:00
graphene.py Features: 1) Update all log handlers to dynamically switch based on DEBUG setting; 2) Introduce improved middleware logging configuration. 2025-07-06 16:58:43 +03:00
logconfig.py Extra: RUFF 2025-12-15 20:29:02 +03:00
summernote.py Fixes: 1) Corrected callable usage for attachment_upload_to in Summernote settings; 2025-06-23 16:21:50 +03:00
unfold.py Extra: RUFF 2025-12-15 20:29:02 +03:00