kaxil commented on issue #13799:
URL: https://github.com/apache/airflow/issues/13799#issuecomment-772963317


   Another workaround is to run the following query in your metadata db:
   
   ```sql
   UPDATE task_instance SET pool_slots = 1 WHERE pool_slots IS NULL;
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to