Scheduler not running

Home Forums Bulk Delete Addons Delete Posts by Title Scheduler not running

We have replaced our forums with email based support system.

Please open a support ticket from our new support page.

This topic contains 4 replies, has 2 voices, and was last updated by  Sudar 8 years, 11 months ago.

  • Author
    Posts
  • #2452

    Parkins
    Participant

    whenever i set the scheduler to run, even when the first option is “now”, it does not do anything. It says it is scheduled but nothing happens. When I say to just run now without scheduling, it works fine.

    Why is that? i have the scheduler addon.

  • #2453

    Sudar
    Keymaster

    @Parkins,

    That is really strange. Can you give me the following details?

    • How many posts are you trying to delete?
    • Is WP Cron disabled in your server?
    • Post the screenshot of the Bulk WP -> Scheduled Jobs screen
    • Also please attach the system info of your server. You can get it from Bulk WP -> System Info

    When you attach the system info make sure you mark the reply as private reply so that others can’t see your server details.

  • #2454

    Parkins
    Participant
    This reply has been marked as private.
  • #2456

    Sudar
    Keymaster

    @Parkins,

    Thanks for giving the details. I looked at the system info and it seems WP Cron is enabled.

    DISABLE_WP_CRON: Not set

    But it seems the amount of memory that is available to WordPress is less, so it is possible that WordPress is running out of memory while trying to delete the posts.

    WordPress Memory Limit:   40M
    PHP Memory Limit:         256M

    Even though 256 MB is available to PHP only about 40 MB is available to WordPress.

    Add the following line to your wp-config.php file so that WordPress can get upto 256 MB of RAM

    define( 'WP_MEMORY_LIMIT', '256M' );

    More details at http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Let me know if this solves your issue.

  • #2986

    Sudar
    Keymaster

    Are you still facing any issues with the addon?

    I am marking this thread as resolved. Feel free to post again if you still have any more questions.

The forum ‘Delete Posts by Title’ is closed to new topics and replies.