jayachandrakasarla commented on PR #68542:
URL: https://github.com/apache/airflow/pull/68542#issuecomment-4727266161

   @ashb  This is how it looks on `main` branch when using the ASGI middleware 
plugin to reject writes and deletes, error is thrown but the task is in success 
tate:
   
   <img width="1916" height="920" alt="image" 
src="https://github.com/user-attachments/assets/77522677-6b67-4a35-829e-c428eadafe3d";
 />
   
   
   
   And this is how it looks like after raising the exception when encountering 
errors with set and delete:
   
   <img width="1920" height="924" alt="image" 
src="https://github.com/user-attachments/assets/908c9f39-51cb-40ba-ba5d-41d2f8b402c8";
 />
   
   
   I can see the error being logged twice and this is how it looks after 
removing try-except blocks from `set()` and `delete()` methods.
   
   <img width="1920" height="928" alt="image" 
src="https://github.com/user-attachments/assets/4e6ca073-bb23-416f-8853-32a429eafa0a";
 />
   
   
   Do you want me to push the changes by removing try-except blocks for `set()` 
and `delete()` methods?


-- 
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