Update database file path handling and server shutdown message (#1686)
* Update database file path handling in base.py and version.py * Update server.py to handle SIGINT signal in LangflowUvicornWorker * Add shutdown message when shutting down Langflow in main.py * Update datetime type for created_at and updated_at fields in apikey and variable tables * Update package versions in pyproject.toml and poetry.lock files * Update package versions in pyproject.toml and poetry.lock files * Fix import error in base.py * Refactor database file path handling in base.py * Update unit test command in python_test.yml
This commit is contained in:
parent
e38ab095d9
commit
e73754b391
12 changed files with 489 additions and 329 deletions
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
|
|
@ -41,4 +41,4 @@ jobs:
|
|||
poetry install
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
make tests
|
||||
make tests args="-n auto"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue