try:
            charon_reported_status = charon_session.sample_get(analysis_object.project.project_id,
                                                               sample).get('analysis_status')
            # Check Charon to ensure this hasn't already been processed
            do_analyze=handle_sample_status(analysis_object, sample, charon_reported_status)