CMS Course Re-Run Hangs - How to Stop / Complete

How do we stop and/or complete course re-runs that are hanging from being completed?

Updated
I was able to get this to stop running by issuing the following SQL, then click Dismiss on the CMS home page for each course. It looks like that when you click Dismiss it removes the failed state records from this table.

update openedx.course_action_state_coursererunstate set state = 'failed' where should_display = 1 and state not in ('succeeded');

cc @traek728 @becdavid