Rotem Fogel
Rotem Fogel
@dpolonsky it is old and has conflicts. I hope I get around to it
[Video](https://youtu.be/BD91yCd6r68) that shows the problem
I get first error message twice when then the second when the Grid view loads: ``` # First VM35:1 GET https://****************/api/v1/dags/some_dag/tasks 500 (anonymous) @ VM35:1 (anonymous) @ tree.ac7202f….js:2 e.exports @...
@ashb we rely heavily on `task.params`
@uranusjr in addition, there are no indexes on foreign keys to `task_instance` table from `xcom` table: ``` explain select x.dag_id, x.task_id from task_instance ti left join xcom x on (...