V0lantis commented on issue #19001:
URL: https://github.com/apache/airflow/issues/19001#issuecomment-1005944091
Hello @jedcunningham, thank you to reach me back !
Unfortunally no, I am using `apache/airflow:2.2.1-python3.9`.
Here are my new param for the scheduler and triggerer :
```
# Airflow scheduler settings
scheduler:
# If the scheduler stops heartbeating for 5 minutes (5*60s) kill the
# scheduler and let Kubernetes restart it
livenessProbe:
initialDelaySeconds: 10
timeoutSeconds: 180
failureThreshold: 20
periodSeconds: 60
# Airflow 2.0 allows users to run multiple schedulers,
# However this feature is only recommended for MySQL 8+ and Postgres
replicas: 2
```
I am using 2 replicas for most of my things now, hoping that it will avoid
any downtime :)
--
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]