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 15:07:50 UTC

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

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

   The DAG shared on the issue runs just fine with Sqlite:
   ![Screen Shot 2022-04-06 at 17 55 52](https://user-images.githubusercontent.com/45845474/162004509-f89338db-9f73-469e-aea6-75115893ab24.png)
   
   ![Screen Shot 2022-04-06 at 17 55 41](https://user-images.githubusercontent.com/45845474/162004555-eeca6916-29ae-45c3-a281-e198d15436d9.png)
   
   
   I'm not sure if this is the right fix. Why should the model be concerned with issues originated from a specific DB?
   I suspect that this could be also reported on retries, pool_slots etc.
   I think the fix should be in the scheduler level(?)


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