• therealgilles

    (@chamois_blanc)


    I see a large number of compress_js & compress_css scheduled cron events dated from 4/22/2017 which do not seem to be executed or go away.

    I am guessing they were created by this plugin. It would like be nice if the plugin owner could add some code to clean up those old cron events.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter therealgilles

    (@chamois_blanc)

    I ran the following commands to clean them up:

    > wp cron event delete compress_js
    Success: Deleted 90 instances of the cron event ‘compress_js’.
    > wp cron event delete compress_css
    Success: Deleted 27 instances of the cron event ‘compress_css’.

    Thread Starter therealgilles

    (@chamois_blanc)

    Hmm that does not seem to work. The events are still there.

    Thread Starter therealgilles

    (@chamois_blanc)

    I was finally able to delete the cron events by doing it directly on the database. Things seem back to normal now. I still think the plugin should clean up any outdated cron event, which may be stuck.

    Plugin Author launchinteractive

    (@launchinteractive)

    I’m glad you managed to sort this. We will update the purge function to clear all scheduled crons. Hopefully this will fix this ever happening again.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘compress_js & compress_css cron events’ is closed to new replies.