-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #643 from fractal-analytics-platform/2.9.0-alignment
More fractal-server 2.9.0 alignments
- Loading branch information
Showing
19 changed files
with
227 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,6 @@ FRACTAL_TASKS_DIR=tasks | |
FRACTAL_LOGGING_LEVEL=00 | ||
FRACTAL_RUNNER_BACKEND=local | ||
FRACTAL_RUNNER_WORKING_BASE_DIR=artifacts | ||
DB_ENGINE=sqlite | ||
SQLITE_PATH=fractal_server.db | ||
``` | ||
|
||
Set-up and start-up command: | ||
|
@@ -24,7 +22,6 @@ Logs include | |
``` | ||
INFO: Started server process [32331] | ||
INFO: Waiting for application startup. | ||
2023-05-18 07:55:41,391 - fractal_server.app.db - WARNING - SQLite is supported but discouraged in production. Given its partial support for ForeignKey constraints, consistency of the database cannot be guaranteed. | ||
2023-05-18 07:55:41,742 - fractal_server.main - INFO - User [email protected] created | ||
INFO: Application startup complete. | ||
INFO: Uvicorn running on http://X.X.X.X:8000 (Press CTRL+C to quit) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ FRACTAL_TASKS_DIR=tasks | |
FRACTAL_LOGGING_LEVEL=00 | ||
FRACTAL_RUNNER_BACKEND=local | ||
FRACTAL_RUNNER_WORKING_BASE_DIR=artifacts | ||
DB_ENGINE=sqlite | ||
SQLITE_PATH=fractal_server.db | ||
``` | ||
|
||
Set-up and start-up command: | ||
|
@@ -27,7 +25,6 @@ Logs include | |
fractal_server.app.db | ||
INFO: Started server process [32375] | ||
INFO: Waiting for application startup. | ||
2023-06-13 08:23:13,678 - fractal_server.app.db - WARNING - SQLite is supported but discouraged in production. Given its partial support for ForeignKey constraints, consistency of the database cannot be guaranteed. | ||
2023-06-13 08:23:13,736 - fractal_server.main - WARNING - User [email protected] already exists | ||
INFO: Application startup complete. | ||
INFO: Uvicorn running on http://fractal.XXX.ch:8000 (Press CTRL+C to quit) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.