• You don’t have a way to post support requests/bugs.
    I am getting an error

    Cron reschedule event error for hook: media_tracker_batch_process, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {“schedule”:”five_minutes”,”args”:[],”interval”:300}

    you need to
    register cron_schedules for five_minutes in code that loads for all requests (not just wp-admin / Admin class).
    Scheduling should be done on activation or in a non-admin bootstrap, not only when an admin class is constructed.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Rejuan Ahamed

    (@rejuancse)

    @rjudenberg
    Thank you very much for taking the time to share this detailed feedback. I truly appreciate you pointing this out.

    You’re absolutely right regarding the cron schedule registration and initialization. I’ve reviewed the issue, and it will be properly addressed in the next update by registering the five_minutes schedule globally and ensuring the scheduling logic runs outside the admin-only context.

    Your feedback is very valuable to me and my team, and we’re grateful for your support and understanding. Wishing you all the best, and thanks again for helping improve the plugin.

    Best Regards
    Rejuan Ahamed

Viewing 1 replies (of 1 total)

You must be logged in to reply to this review.