Maybe this line is causing the issue? As we are trying to run function everytime wp is loaded. Can you suggest a better approach here?
add_action( 'wp_loaded', array($this, 'sprr_active_subscription_list') );
I used this and it seems to be OK.
add_action( 'renewal_reminders', array($this, 'sprr_active_subscription_list') );