Starting a project with --at
does not stop the currently running project at that time (stop_on_start
is true
)
#489
Labels
--at
does not stop the currently running project at that time (stop_on_start
is true
)
#489
I have set
stop_on_start
totrue
.When I start a project using
--at
when another project is running, it stops the currently running project at current time, thus it fails to start the new project because it cannot start before the previous project ends.11:00
]watson start project_1 --at 11:00
12:00
]watson start project_2 --at 11:30
The text was updated successfully, but these errors were encountered: