_POST: Array
(
)

_GET: Array
(
)













########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
########################################################################################
### NEW SESSION:  [/_admin/transcription_cron_FAILED_RETRY_ATTEMPT_1.nsdb]
########################################################################################
########################################################################################

: Array
(
    [argv] => 
)

YOUTUBE-DL continuing...: 

FFMPEG continuing...0: 

tmp_sql: SELECT COUNT(transcription_id) 
			FROM transcriptions 
			WHERE status = 'processing'
			;

number_of_transcriptions_processing: 85

IBM continuing...85: 

tmp_sql: SELECT transcription_id,hash,duration_seconds 
			FROM transcriptions
			FORCE INDEX (QUERY_find_failed_transcriptions_for_retry_INDEX)
			WHERE status = 'FAILED'
			AND (
				transcription_attempt = '0'
				OR transcription_attempt IS NULL
				OR transcription_attempt = ''
			)
			AND youtube_status != 'REMOVED'
			ORDER BY datetime_created DESC 
			LIMIT 1
			;

trancription_details_array: Array
(
    [0] => Array
        (
            [transcription_id] => 3081329
            [hash] => 2ff323d922c77370e9eca35522f3cded
            [duration_seconds] => 121
        )

)

1-tmp_sql: SELECT status
				FROM transcriptions
				WHERE transcription_id = '3081329'
				;

get_status: FAILED

SUCCESS: ...end of file!