tirkarthi commented on issue #59082:
URL: https://github.com/apache/airflow/issues/59082#issuecomment-3619398751

   I tested below and it also returns 6k rps which is half of using orjson at 
12k rps.
   
   ```python
   @app.get("/dags6")
   def get_dags5() -> DAGWithLatestDagRunsCollectionResponse:
       return 
DAGWithLatestDagRunsCollectionResponse(total_entries=res["total_entries"], 
dags=res["dags"])
   ```


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