humanmade / Cavalcade

A better wp-cron. Horizontally scalable, works perfectly with multisite.
https://engineering.hmn.md/projects/cavalcade/
Other
515 stars 46 forks source link

Does Cavalcade kills any long running process #50

Closed vishaldodiya closed 6 years ago

vishaldodiya commented 6 years ago

I am using one long process which takes about an hour to get completed. but the process get in failed status before it get completed.

rmccue commented 6 years ago

Apologies for the delayed reply.

Cavalcade doesn't kill processes with a timeout, but it's possible that your system has killed it for running too long, or for running out of memory. Check your wp_cavalcade_logs table for the exit status of your process.