- Issue created by @himanshu5050
Currently language of the entity is not respected when enqueuing channel for processing through cron job. I observe some of the channels on server site where language is not supported in client site is also added to the queue.
Create a channel on server site to import entity in language "fr"
Create a client site where "fr" language is not supported.
Execute cron on client site.
You will see that channel in "Fr" language is enqueued in client site.
Enqueue only those channels where language is supported in client site.
Active
3.0
Code