+ Retry attempt {job.retry_count} of {job.max_retries}
+
+ {job.status.includes('retry') && job.message && (
+ {job.message}
+ )}
+ {job.error && job.error.includes('timeout') && (
+
+ Note: This is likely due to network connectivity issues. The system will automatically retry with longer timeouts.
+
+ )}
+
+ )}
+
+ {/* Final Failure Information */}
+ {job.final_failure && (
+