From 8abde8a0c7a573115946a044921773e633eb7f69 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Sun, 12 Oct 2025 13:17:23 +0900 Subject: [PATCH] chore(dagster): reload-workspace after deploying project --- dagster/justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dagster/justfile b/dagster/justfile index 664312b..3cf4fdf 100644 --- a/dagster/justfile +++ b/dagster/justfile @@ -479,6 +479,7 @@ deploy-project project_dir='': # Add to workspace (use definitions submodule) just dagster::add-workspace-module "${PYTHON_MODULE_NAME}.definitions" "${WORKING_DIR}" + just dagster::reload-workspace echo "✓ Project '${PROJECT_NAME}' deployed successfully" echo "Files location: /opt/dagster/user-code/${PROJECT_NAME}" @@ -553,8 +554,7 @@ remove-project project_name='': fi echo "✓ Project '${PROJECT_NAME}' removed successfully" - echo "Dagster will automatically reload the workspace within ~1 minute" - echo "If needed, manually reload with: just dagster::reload-workspace" + just dagster::reload-workspace # Setup OAuth2 Proxy for Dagster authentication setup-oauth2-proxy: