langflow/src/backend
Christophe Bornet d53107ce11
fix: Make logger file sink non-blocking when used with asyncio (#4301)
The Loguru FileSink is blocking so it is bad to use it in the event loop.
Use instead an AsyncSink wrapping the FileSink to delegate the log writing to the default thread pool.
NB: when the AsyncFileSink is used, logs produced outside of the event loop are not written to the file.
2024-10-28 17:38:40 +01:00
..
base fix: Make logger file sink non-blocking when used with asyncio (#4301) 2024-10-28 17:38:40 +01:00
langflow/version ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
tests refactor: remove unnecessary 'client' fixture and update test durations (#4283) 2024-10-27 14:16:45 +00:00
.gitignore Changes default location for the database and adds the option to use the previous behavior (#1907) 2024-05-15 20:41:01 -03:00
Dockerfile Update Docker image references to langflowai in GitHub workflows and Docker Compose files (#1793) 2024-04-29 13:38:18 -03:00