You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/14 19:50:39 UTC

[GitHub] [airflow] betocolon23 commented on issue #23512: Random "duplicate key value violates unique constraint" errors when initializing the postgres database

betocolon23 commented on issue #23512:
URL: https://github.com/apache/airflow/issues/23512#issuecomment-1184836577

   > How do you get past the error? Every time our webserver pod spins up it fails on this, kills the gunicorn works, and then restarts.
   
   Hi, I was having this issue. I'm using airflow community helm chart: 
   
   `## configs for the web Pods' readiness probe
     ##
     readinessProbe:
       enabled: true
       initialDelaySeconds: 180
       periodSeconds: 10
       timeoutSeconds: 30
       failureThreshold: 6
   
     ## configs for the web Pods' liveness probe
     ##
     livenessProbe:
       enabled: true
       initialDelaySeconds: 180
       periodSeconds: 10
       timeoutSeconds: 30
       failureThreshold: 6`
   
   This is on the web section of the Helm chart.
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org