Gillian Sharer
10/05/2021, 4:42 PMclaire
10/06/2021, 4:36 PMDan Stoner
10/06/2021, 4:54 PMcelery_mode_defs
as indicated in that documentation), I get a directory full of 0
byte files.ls -latr dagster_home/storage/c2345b9e-be27-420c-88d1-ab0a5a17bef1/compute_logs
total 0
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 get_dates.out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 create_archive_cache.out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 create_mustang_cache.out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 get_dates.err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 create_archive_cache.err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 create_mustang_cache.err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 get_station_list.out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 get_station_list.err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 create_archive_cache.complete
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 get_dates.complete
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 create_mustang_cache.complete
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 get_station_list.complete
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_ABPO].out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_ALE].out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_ABPO].err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_ALE].err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_ARTI].out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_ARTI].err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_ASCN].out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_ASCN].err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_BORK].out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_BORK].err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_CMLA].out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_BORG].out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_CMLA].err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_BFO].out
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_BORG].err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_BFO].err
-rw-r--r-- 1 dstoner staff 0 Oct 5 19:12 run_metrics_for_one[II_ASCN].complete
...
johann
10/06/2021, 5:04 PMDan Stoner
10/06/2021, 5:05 PMjohann
10/06/2021, 5:14 PMDan Stoner
10/06/2021, 5:16 PMjohann
10/06/2021, 5:16 PMDan Stoner
10/06/2021, 5:20 PMWhen using inprocess or multiprocess executors, the logs show upYES
When using the celery executor, they don’tYES
QueuedRunCoordinator
in order to use Celeryjohann
10/06/2021, 5:24 PMAh. We had to useI don’t believe this is a requirement, I’m curious what you ran in toin order to use CeleryQueuedRunCoordinator
Dan Stoner
10/06/2021, 5:28 PMjohann
10/06/2021, 5:28 PMDan Stoner
10/06/2021, 5:29 PMjohann
10/06/2021, 5:29 PMDan Stoner
10/06/2021, 5:34 PMjohann
10/06/2021, 5:35 PMDan Stoner
10/06/2021, 5:35 PMexecution:
multiprocess:
config:
max_concurrent: 3
.out
files for those jobs (the 0
byte ones I mentioned). Celery or the job manager?johann
10/06/2021, 5:47 PMHaving to “paste config into the playground” is... annoyingCurrently, those can be stored in code in PresetDefinitions (under run config). We’re very aware that there are a bunch of nouns and concepts here, and in a few weeks we’ll be releasing a revamp that seeks to simplify things https://docs.dagster.io/_apidocs/experimental
Not sure what part of the system created theThat would be Dagster’s compute log manager.files for those jobs (the.out
byte ones I mentioned). Celery or the job manager?0
prha
10/06/2021, 5:52 PMDagster Bot
10/06/2021, 5:52 PMDan Stoner
10/06/2021, 5:52 PMsubprocess.run(["docker","run", ...])
import subprocess
(I added this to the github issue)johann
10/06/2021, 9:09 PMDan Stoner
10/06/2021, 9:11 PMjohann
10/06/2021, 9:12 PMDan Stoner
10/06/2021, 9:19 PM