• Resolved horsee

    (@horsee)


    Hi,

    does this cron job shall run every 10 seconds. I can see the following message in the board:

    This interval is less than the?WP_CRON_LOCK_TIMEOUT?constant which is set to 60 seconds. Events that use it may not run on time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi,
    WP_CRON_LOCK_TIMEOUT is a WP core constant that is set to 60 seconds. I don’t think you can reduce the time further without modifying the WP core constant.

    Thread Starter horsee

    (@horsee)

    ok, but can I modify the settings for supercache to run just once a minute? Is there a need to run it every 10 seconds?

    Plugin Contributor iSaumya

    (@isaumya)

    Not sure which CRON you are talking about. But there is nothing to set inside the plugin. Fow frequently the CRON is executed depends on your CRON setup. If you set it up every minute then it should run accordingly. But I would recommend running CROn in at least 5 min gap.

    Thread Starter horsee

    (@horsee)

    Look here – https://ibb.co/8BZFzKt

    I can see that there is some cron schedule for the cache plugin to run every 10 seconds. What shall I do with it?

    Plugin Contributor iSaumya

    (@isaumya)

    That is a different thing. You don’t need to touch that. That is used for cache clearing queue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘swcfpc_purge_cache_cron_interval running every 10 seconds’ is closed to new replies.