hussein-awala commented on issue #36188: URL: https://github.com/apache/airflow/issues/36188#issuecomment-1859218428
@Jeoffreybauvin Defining `dag_processing.processes` as a gauge is not simple because it's relative, so we use `increment` and `decrement` to update it, and these methods are not available for gauge. Also, it's fine to have negative values in the counter, but it looks like the exception is raised in Airflow. I will check if there is a problem in the counter, or we just need to remove the validation check. -- 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]
