dheerajturaga commented on PR #58586:
URL: https://github.com/apache/airflow/pull/58586#issuecomment-3568231574

   > Just realized: This PR will now lower a bit comfort though, when using 
breeze and then `stop_airflow` the docker is killed and if you then re-start 
the previous worker state is not cleaned and restarting directly with breeze 
will raise the HTTP 409 then :-) But still OK in my view.
   
   Thats true, looks like the state does not get cleared. You would need to 
wait a few minutes for the api server to determine worker hearbeat is missing 
and change to unknown state, then you will be able to launch. OR just launch 
with `-d` (which I generally always use when testing). 
   
   I don't think this is a big deal though.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to