• Resolved arjean

    (@arjean)


    WP RSS is acting wierd.
    I created a new environment with latest WordPress 5.6.2 en Latest WP RSS 4.18.
    Whenever I add an RSS the counter starts counting up! instead of down.
    I have no clue what is going on.
    In de database it seems that the recurrence info is missing from the created cron task.
    I’m sure I must be doing something wrong, but at the moment I have no clue.

    i: 1605889493;
        a: 1: {
            s: 28: "wprss_fetch_single_feed_hook";
            a: 134: {
                s: 32: "499579a8c627f951ddcbf563c5155c9e";
                a: 2: {
                    s: 8: "schedule";
                    b: 0;
                    s: 4: "args";
                    a: 1: {
                        i: 0;
                        i: 733044;
                    }
                }
                s: 32: "4fa5cf8cd2d9d2e396ed41ec6e0d3ae6";
                a: 2: {
                    s: 8: "schedule";
                    b: 0;
                    s: 4: "args";
                    a: 1: {
                        i: 0;
                        i: 716936;
                    }
                }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mark Zahra

    (@markzahra)

    Hi @arjean, we’ve documented some possible issues and solutions for cron here: https://kb.wprssaggregator.com/article/120-issues-with-cron-jobs

    Since cron-related issues are not directly related to WP RSS Aggregator, it’s best to reach out to your hosting provider to make sure that everything is set up correctly.

    Thread Starter arjean

    (@arjean)

    We tried hard to figure out what is wrong. But not being able to solve it so far.
    From our DTAP only the Production server has this issue.
    For now we call WP RSS tasks manually via the CLI command via a system cron so everything at least gets updated until we really solve this issue.

    We can reproduce this issue in a Docker environment. When the docker server cannot reach itself via the domain name and it will count up in the same way. When we adjust the host file inside the docker so the domain is routed internally, the issue disappears. The Production server is correctly routed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP RSS counting up’ is closed to new replies.