justinpark opened a new pull request, #29956:
URL: https://github.com/apache/superset/pull/29956

   ### SUMMARY
   When a lock occurs due to an update caused by the Celery worker in the query 
table, the updated_since fetch sometimes ends up being running for an extended 
period of time.
   Although a timeout has been set, the API abort has been omitted, which 
results in the frontend continuing the action, but the existing request remains 
in a pending state.
   
   This commit ensures that abort is executed when a rejection occurs, 
preventing such issues.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   Before:
   ![Screenshot_2024-08-16_at_3_28_07 
PM](https://github.com/user-attachments/assets/504ef56e-5484-4c53-a638-8c183eeba69e)
   
   After:
   ![Screenshot_2024-08-16_at_3_40_58 
PM](https://github.com/user-attachments/assets/2eb50574-5ccf-4558-ac4d-463f08842d5a)
   
   ### TESTING INSTRUCTIONS
   locally
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to