langflow/src/backend
Gabriel Luiz Freitas Almeida 1d8362c9c1
fix: add user to database if not present in health_check (#2564)
* fix: add user to database if not already present in health_check

The code changes in `health_check_router.py` add functionality to check if a user with a specific ID exists in the database. If the user does not exist, the code adds the user to the database with the necessary details. This ensures that the user is present in the database for further processing in the health check.

* style(health_check_router): format
2024-07-05 20:33:26 +00:00
..
base fix: add user to database if not present in health_check (#2564) 2024-07-05 20:33:26 +00:00
langflow/version Fixes Pinecone implementation (#1856) 2024-05-07 18:29:42 -03: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