Dispatcharr/apps/api
SergeantPanda cdfe16ae5d fix(schema): resolve Swagger/OpenAPI schema generation issues under concurrent requests
- Implemented a new `LockedSpectacularAPIView` to handle schema generation, ensuring it no longer fails due to concurrent gevent requests. The schema builds are now single-flight per process and cached in Django's cache, allowing all workers to share the result.
- Updated the `urls.py` to use the new view for schema generation, enhancing stability and performance.
2026-07-16 18:57:57 +00:00
..
schema_views.py fix(schema): resolve Swagger/OpenAPI schema generation issues under concurrent requests 2026-07-16 18:57:57 +00:00
urls.py fix(schema): resolve Swagger/OpenAPI schema generation issues under concurrent requests 2026-07-16 18:57:57 +00:00