• Resolved yatgirl

    (@yatgirl)


    Hi

    I looked at my Woocommerce scheuled actions and Cart Bounty was creating qt 2 actions (that look identical) every 5 mins – cartbounty_sync_hook. This results in 600 scheduled actions a day and over 17 thousand a month.

    I removed the plugin because I felt this was putting a heavier load on my site, and totally muddying up the scheduled actions, but I would like to know if this is intended behaviour and if it could be changed if I re-installed the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Nauriskolats

    (@nauriskolats)

    Hi @yatgirl, thank you for reaching out and posting about this.

    So the cartbounty_sync_hook is responsible for sending out abandoned cart reminder emails. So WordPress does not really have any better way to run automated actions except using WP Cron or Action Scheduler which simply make sure that a specific function gets executed at given time intervals.

    This is the way how CartBounty can run a function that basically checks if there are any reminder emails that need to be sent out. It should not slow down your site or cause any speed issues since it only takes a fraction of a second to check it and send out reminders if there are any to be sent out.

    Now the second part of your question – if there are two instances of the same Action scheduled – it is not how it is intended and there should only be one instance of this action scheduled. You could try deleting both of them and see if that resolves the issue and only one remains in the scheduled actions.

    Pleas feel free to provide any additional information.

    Best,
    Nauris

    • This reply was modified 1 year, 7 months ago by Nauriskolats.
    Thread Starter yatgirl

    (@yatgirl)

    Thank you for your reply.

    I dont actually send out the emails.

    I use the plugin for my own personal information on what is currently in a visitors cart.

    In the settings, is there anyway to turn off the scheduled actions, or make them once daily ?

    • This reply was modified 1 year, 7 months ago by yatgirl.
    Plugin Contributor Nauriskolats

    (@nauriskolats)

    Hi @yatgirl

    Thank you for the update. At the moment I’m afraid it is not possible to change this interval.

    With that being said if you are not sending any reminder emails, it will not create any pressure on your store since in that case CartBounty just checks if WordPress recovery is enabled and if it’s not enabled, it stops anything further from running.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scheduled Actions 2 – every 5 mins – over 17000 a month ?’ is closed to new replies.