• Resolved wolllem

    (@wolllem)


    Hi Jonathan,

    first I’d like to thank you for all your work!

    I don’t have a problem but a question and I hope you can help.
    I have problems to use the hooks and actions and would like to debug into what the salesforce pull scheduler is doing.

    As it is working with a WP background process it is hard to debug this with xdebug/PHPStorm.
    Any idea how to debug into the scheduler or how to simulate the workflow?
    Or is there a way to let the schedule process run manually?

    Thanks,

    Wolfgang

Viewing 1 replies (of 1 total)
  • Plugin Author Jonathan Stegall

    (@jonathanstegall)

    Hi Wolfgang,

    There are a few things you can do, as this plugin uses the Action Scheduler library:

    1. By default, Action Scheduler adds a menu item under tools called Scheduled Actions. It might be at /wp-admin/tools.php?page=action-scheduler. It’s not the most easy to use, I don’t think, but it does give you at least a snapshot of what’s happening.
    2. Read through their documentation. It’s pretty good. https://github.com/Prospress/action-scheduler

    I believe this library is also used with the premium WooCommerce Subscriptions plugin, but I don’t have any experience with that.

Viewing 1 replies (of 1 total)

The topic ‘How to debug pull scheduler’ is closed to new replies.