Commit graph

3 commits

Author SHA1 Message Date
SergeantPanda
d93cb6265f refactor: Eagerly import celery_app to ensure proper configuration in production
Updated the import mechanism for celery_app to avoid issues with lazy-loading, ensuring the default Celery app is correctly configured in production environments. Removed the __getattr__ function for celery_app, simplifying the module structure.
2026-07-08 13:11:17 +00:00
SergeantPanda
8b22f1c63a refactor: Lazy load celery_app in __getattr__ to improve module attribute access and reduce initial import overhead. 2026-07-07 21:33:49 +00:00
Dispatcharr
8edb743ebd Initial commit 2025-02-18 11:14:09 -06:00