You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring: c.ServerApp.root_dir
The output folder "jobs" is created under the working director and not under the directory configured in ServerApp.root_dir
Is my assumption correct? should ServerApp.root_dir affect the scheduler?
if not, is there another parameter that can do that?
I tried c.SchedulerApp.output_directory = 'some/folder' but the log says:
[W 2024-12-23 09:35:58.308 SchedulerApp] Config option output_directory not recognized by SchedulerApp.
Create a "Run now" job.
Click Download.
Check under the working directory and see the job folder is there and not under ServerApp.root_dir
Expected behavior
I expected the folder to be created under the folder configure in ServerApp.root_dir
Context
Operating System and version: Ubuntu 24
Browser and version: N/A
JupyterLab version: 4.3.4
Jupyter Scheduler version: 2.10.0
The text was updated successfully, but these errors were encountered:
baraksalomon
changed the title
root_dir override from ServerApp doesn't propagate scheduler
root_dir override from ServerApp doesn't propagate to scheduler
Dec 23, 2024
Description
When configuring:
c.ServerApp.root_dir
The output folder "jobs" is created under the working director and not under the directory configured in ServerApp.root_dir
Is my assumption correct? should ServerApp.root_dir affect the scheduler?
if not, is there another parameter that can do that?
I tried c.SchedulerApp.output_directory = 'some/folder' but the log says:
[W 2024-12-23 09:35:58.308 SchedulerApp] Config option
output_directory
not recognized bySchedulerApp
.Expected behavior
I expected the folder to be created under the folder configure in ServerApp.root_dir
Context
The text was updated successfully, but these errors were encountered: