Created
June 29, 2021 19:02
-
-
Save billrobbins/4e7c6aed04f41d00f3206a467a212caa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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