• I have successfully set up wp to twitter.

    However I’m having a spot of trouble with rate limiting.

    I’ve set up rate limiting to allow 15 tweets per category per hour.

    My aggregated site has only one category. It reaches 15 then doesn’t send anymore tweets.

    What could be the problem?

    I would like to set the limit to two per hour. But it just gets to the prescribed number and stops. It’s not measuring by the hour but instead just stops when completed the 15 limit. What can I do to ensure that that figure goes from hour to hour instead of completed 15 and then stops.

    thank you

    cheers

    Ken Gray

    bulldogcanadian.com

    https://wordpress.org/plugins/wp-to-twitter/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Do you know whether your site has any trouble with WP Cron? The rate limit value is reset every hour using a cron job scheduled through WP Cron.

    You can install the plug-in Crontrol to take a look at your cron schedules and verify whether the job is scheduled. It’s called ‘wptratelimits’, so it should be pretty obvious.

    Thread Starter kengray20

    (@kengray20)

    Joe: Thank you for your response.

    wptratelimits is not appearing in my cron events according to according to WP Cron.

    Is there anything I can do to get rate limits to engage? I’m unfamiliar with wp cron and am being very careful with my cron list. Instructions?

    cheers and thx

    Ken Gray

    Thread Starter kengray20

    (@kengray20)

    ps

    Joe: I reinstalled wp to twitter and wpratelimits is still not list in cron events

    thanks for your help in advance

    cheers

    kgray

    Thread Starter kengray20

    (@kengray20)

    Joe:

    Thank you for your help.

    I got this note from my Internet provider:

    Hello Ken,

    Thank you for providing this information. After further review and consultation with my Tier 2 technician, it appears that the requested cron job is missing the code for the actual cron job command. Do you have a means to access or determine what code should be executed by the wptratelimits cron job? If so, please reply to this email with that information and we will be happy to add the cron job for you.

    Please let us know if you have any further questions; we are more than happy to help!

    Best regards,
    Brian K.

    Joe:

    Would you be able to help in this regard?

    Thank you in advance for your consideration.

    cheers

    Ken Gray

    Plugin Author Joe Dolson

    (@joedolson)

    The code that actually handles the WP cron job is on line 10-13 of the file ‘wpt-rate-limiting.php’. Please note, however – this is *not* a cron job; it’s a wp-cron job, which is run as part of WordPress, as opposed to a cron job, which is run from the server.

    Plugin Author Joe Dolson

    (@joedolson)

    The rate limit cron job is created when you update the rate limiting setting; you may want to try updating that setting in Advanced Settings to set up the cron job again, and see if it shows up, then.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem With Rate Limiting Setting’ is closed to new replies.