HTErik

Results 43 comments of HTErik

It's great the next versions of both urllib3 and requests have the fixes. But those branches seem to have a very unpredictable timeplan before they can be released. _"[Before PyCon...

As a suggestion, would it be possible for hooks to return the new reformatted file content instead of writing to files themselves, then let the framework write the file if...

@dpgaspar is there anything remaining before this can get merged?

Same problem here after following https://github.com/apache/airflow-client-python/blob/master/airflow_client/docs/DAGRunApi.md#post_dag_run. **DAGRun** requires dag_id in its constructor, but if you provide one the **post_dag_run** will give the **Property is read-only** error. So basically it's not...

Probably caused by https://github.com/apache/airflow-client-python/issues/4

> Is there any alternate way to trigger task without this client? https://airflow.apache.org/docs/apache-airflow/2.2.4/stable-rest-api-ref.html

So if i understand correctly, the issue is cause by the default settings of. * `limits_config.max_query_parallelism = 32` * `limits_config.split_queries_by_interval = 30m` * `query_scheduler.max_outstanding_requests_per_tenant = 100` 30min * 32 gives...

We got similar issue (Airflow 2.3.3), it happened right after worker suffered connection loss to Redis who later did not consume any tasks for 3 days, despite showing up as...

Also see the same error randomly, about once every 4th day. It leads to [TempoTenantIndexFailures](https://github.com/grafana/tempo/blob/main/operations/tempo-mixin/runbook.md#TempoTenantIndexFailures) alarms. Running in single-binary mode with az blob. Tempo version 1.4.1. Will try out the...