kriti-sc commented on issue #53140: URL: https://github.com/apache/airflow/issues/53140#issuecomment-3368824571
I think the endpoint should return a `410 - gone` instead of 404. The endpoint in question -- when it finds the task isntance in the TI table, it goes on to update the `last_heartbeat_at` field for that task instance. We don't want to do this for a task instance that has been moved to the TIH (we also cannot because the field does not exist in the TIH) Let me know @amoghrajesh @ashb -- 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]
