Hide Forgot
/usr/bin/check_consecutive_build_fails.py UNKNOWN: get_redis_connection() takes exactly 1 argument (0 given) looks like the get_redis_connection call is: conn = get_redis_connection() and needs to be: conn = get_redis_connection('default')
Fixed by: https://github.com/fedora-copr/copr/commit/4d9a0fd2 Thank you!
Package including this fix has been deployed on production instance of Copr.