Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
add_filter( 'automatewoo/batched_job_monitor/failure_rate_threshold', 'woo_set_custom_failure_rate' );
function woo_set_custom_failure_rate ($threshold ) {
return 10000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment