I have deployed meltano project as a dockerized container. Using sidecars for UI and scheduler on one pod. I use 2 postgres backend for meltano and airflow as well.
When using just one project it was working all fine. Schedules were running as expected, every 30 min.
Now I have deployed a second project in a separate pod, but using the same 2 postgres backends. And now suddenly my jobs are not running on schedule. I suspect something to do with airflow backend db which is common.
Can some one confirm if we can use the same airflow backend db for 2 separate meltano projects deployed separately. Appreciate your help on this.