tirkarthi commented on issue #46572: URL: https://github.com/apache/airflow/issues/46572#issuecomment-2647695004
Thanks @pierrejeambrun , from my understanding the QueryLimit and QueryOffset are module level variable initialised only once and using it on type annotations the same LimitFilter object gets used for requests. This is reproducible only in UI with parallel requests where the limit values of different APIs overwrite each other and the final value is taken into account. In curl since it's sequential the limit filter object is updated properly. This might be applicable to other filters as well constructed in similar manner. -- 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]
