Skip to content

Commit ca18457

Browse files
committed
Update some fractal-server=1.2.0a5 configuration
NOTE: This does not affect fractal-web in any way
1 parent 1f9f064 commit ca18457

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"parallel_tasks_per_job": 1
3+
}

tests/data/example_server_startup/fresh_startup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ JWT_SECRET_KEY=secret
88
SQLITE_PATH=`pwd`/test.db
99
FRACTAL_TASKS_DIR=/tmp/FRACTAL_TASKS_DIR
1010
FRACTAL_LOGGING_LEVEL=20
11+
FRACTAL_LOCAL_CONFIG_FILE=`pwd`/config_local.json
1112
FRACTAL_RUNNER_BACKEND=local
1213
FRACTAL_RUNNER_WORKING_BASE_DIR=`pwd`/artifacts
1314

0 commit comments

Comments
 (0)