• You are using FeedWordPress version?2024.1119.

    This is my plugin version

    We are facing a strange issues: a LOT of post are being duplicated.

    Following SQL in the logs, we find that posts are disambigued using “guid” field.
    The strange thing is that guid are _identical_ for all occurrencies

    We are running wordpress in AWS, in a fargate multi-instance environment, but we are avoiding concurrencies issues because we are not using internal cron of wordpress, it’s disabled. We are fireing cron calling, on scheduled basis, the website with ‘doing_cronjob’ (or similar) , as per WP documentation.

    This give us 100% security about there is NO MORE THAN ONE instance running the scheduled cronjobs.

    Even if (but it’s not the case), even if the source RSS could have duplicated item id, how is it possible that behaviour?

  • You must be logged in to reply to this topic.