Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable cron after continew execute action schedule. #59

Closed
rvpatel opened this issue Sep 2, 2016 · 1 comment
Closed

Disable cron after continew execute action schedule. #59

rvpatel opened this issue Sep 2, 2016 · 1 comment

Comments

@rvpatel
Copy link

rvpatel commented Sep 2, 2016

define( 'DISABLE_WP_CRON', true );
I have applied this setting in wp-config.php (localhost - xampp ) But action schedule working continue for recurring schedule.

@thenbrent
Copy link
Contributor

@rvpatel Action Scheduler is started exclusively via WP-Cron. You may have something else starting WP-Cron, or you may not have disabled it correctly.

Install the WP-Crontrol plugin https://wordpress.org/plugins/wp-crontrol/ and you will be able to view confirm if WP-Cron is actually blocked by visiting the Tools > Cron Events administration screen. If WP-Cron has been correctly blocked, you should see a number of scheduled events due to run "now" with a scheduled date in the past, like this: https://cloudup.com/chZshZUcGIe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants