14.08 ms (79.30%)
|
1 |
SELECT t0.id AS id_1, t0.queue_name AS queue_name_2, t0.message AS message_3, t0.priority AS priority_4, t0.action AS action_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.uuid AS uuid_8, t0.state AS state_9, t0.memory_used AS memory_used_10, t0.similarity_hash AS similarity_hash_11, t0.user_id AS user_id_12, t0.queue_id AS queue_id_13 FROM queue_simulator t0 WHERE t0.similarity_hash = ? AND t0.state = ? LIMIT 1
Parameters: [
"face24fc48c40ef7fcf0ab7eaedd702f"
"errored"
]
SELECT t0.id AS id_1, t0.queue_name AS queue_name_2, t0.message AS message_3, t0.priority AS priority_4, t0.action AS action_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.uuid AS uuid_8, t0.state AS state_9, t0.memory_used AS memory_used_10, t0.similarity_hash AS similarity_hash_11, t0.user_id AS user_id_12, t0.queue_id AS queue_id_13 FROM queue_simulator t0 WHERE t0.similarity_hash = 'face24fc48c40ef7fcf0ab7eaedd702f' AND t0.state = 'errored' LIMIT 1;
|
0.67 ms (3.80%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.prompt AS prompt_4, t0.chat_json AS chat_json_5, t0.external_lab_reports_url AS external_lab_reports_url_6, t0.product_matching_url AS product_matching_url_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.spider_source_matching_urls AS spider_source_matching_urls_10, t0.state AS state_11, t0.website_framework AS website_framework_12, t0.debug_data AS debug_data_13, t0.product_exclude_paths AS product_exclude_paths_14, t0.user_id AS user_id_15 FROM project t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.prompt AS prompt_4, t0.chat_json AS chat_json_5, t0.external_lab_reports_url AS external_lab_reports_url_6, t0.product_matching_url AS product_matching_url_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.spider_source_matching_urls AS spider_source_matching_urls_10, t0.state AS state_11, t0.website_framework AS website_framework_12, t0.debug_data AS debug_data_13, t0.product_exclude_paths AS product_exclude_paths_14, t0.user_id AS user_id_15 FROM project t0 WHERE t0.id = '99';
|
0.64 ms (3.63%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prefix AS prefix_6 FROM queue t0 WHERE t0.code = ? LIMIT 1
Parameters: [
"preprocess_lab_reports"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prefix AS prefix_6 FROM queue t0 WHERE t0.code = 'preprocess_lab_reports' LIMIT 1;
|
0.44 ms (2.46%)
|
1 |
INSERT INTO queue_simulator (queue_name, message, priority, action, created_at, updated_at, uuid, state, memory_used, similarity_hash, user_id, queue_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"LOCAL_DEFAULT_QUEUE"
"{"action":"preprocess_lab_reports","data":{"projectId":99},"queueSimulatorUuid":"75e058da-e892-4db3-99df-0c29ad12f0b0"}"
"1"
"preprocess_lab_reports"
"2026-01-12 02:53:12"
null
"75e058da-e892-4db3-99df-0c29ad12f0b0"
null
null
"face24fc48c40ef7fcf0ab7eaedd702f"
null
null
]
INSERT INTO queue_simulator (queue_name, message, priority, action, created_at, updated_at, uuid, state, memory_used, similarity_hash, user_id, queue_id) VALUES ('LOCAL_DEFAULT_QUEUE', '{\"action\":\"preprocess_lab_reports\",\"data\":{\"projectId\":99},\"queueSimulatorUuid\":\"75e058da-e892-4db3-99df-0c29ad12f0b0\"}', '1', 'preprocess_lab_reports', '2026-01-12 02:53:12', NULL, '75e058da-e892-4db3-99df-0c29ad12f0b0', NULL, NULL, 'face24fc48c40ef7fcf0ab7eaedd702f', NULL, NULL);
|