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
The user should be able to restart a DAG execution. The restart command stops the current execution and starts the DAG after a certain pause time for cleanup. If the DAG is not running, it just starts the DAG.
dagu restart ./dags/task.yaml
The cleanup time for restart should be configured in the DAG definition. The default value is 0.
RestartWaitSec: 30
The text was updated successfully, but these errors were encountered:
The user should be able to restart a DAG execution. The restart command stops the current execution and starts the DAG after a certain pause time for cleanup. If the DAG is not running, it just starts the DAG.
The cleanup time for
restart
should be configured in the DAG definition. The default value is 0.The text was updated successfully, but these errors were encountered: