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

wp_schedule_single_event with time() run during the execution of a cron event doesn't appear to be added to and run by cavalcade #14

Open
aaronjorbin opened this issue Apr 12, 2016 · 1 comment

Comments

@aaronjorbin
Copy link

Use case is an event which must come after the completion of another event.
example:
Event_A calls wp_schedule_single_event( time(), 'event_b' );
Event_A shows up as completed in the log but event_ b never shows up in the log (neither the DB log or a piped to log from the cavalcade runner).

@rmccue
Copy link
Member

rmccue commented Apr 13, 2016

I'm pretty sure that #15 is the root cause behind this one. If you see it again, please re-open. :)

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