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/04/06 17:48:08 UTC

[GitHub] [airflow] uranusjr commented on pull request #22784: Prevent breaking scheduler on task_instance.priority_weight column has overflow value

uranusjr commented on PR #22784:
URL: https://github.com/apache/airflow/pull/22784#issuecomment-1090555766

   The fix is specific to Postgres I believe. Every database has different integer ranges so this will need to contain some if-else branches to cover each of them. Although honestly maybe it’s even better to just document this is a database limitation and you just can’t go over the limit.


-- 
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