Tolu Aina
Tolu Aina
So your Through table contains a foreign key which is either `zone_id` or `zone_id_relation`. Foreign keys are assumed to be compound i.e `Through.column_1` and `Through.column_2` etc.. I don't think you...
There needs to be a direct or indirect relationship between all tables in your schemas. Can you please provide more details of your database schema?
Sorry I meant the database schema itself. You can send this to me directly if you have any reservations. @namoshizun
Sorry for taking a while to address this. Can you please try against the main branch. This should be resolved now.
- What do you mean by the sync will not run. - Looks to me like something is wrong with the way you have defined the through_table - If you...
Adding an explicit `foreign_key` to your schema implies that you don't have the foreign key constraints defined in your database. I would still like to see your database schema to...
@Dipesh-Aspire Can you open a new request with some details please
Is this issue easily reproducible from your end? Perhaps we can introduce some logging to narrow down the cause.
Can you add some logging into [this](https://github.com/toluaina/pgsync/blob/master/pgsync/redisqueue.py#L61) method such as: ``` def bulk_pop(self, chunk_size: Optional[int] = None) -> List[dict]: """Remove and return multiple items from the queue.""" chunk_size: int =...
are you running this in docker? are we sure there is no env var defined somehwere in the config? The fact that this is being called at intervals of 15...