| 1 |
0.51 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.state AS state_6, t0.source AS source_7, t0.debug_data AS debug_data_8, t0.product_type AS product_type_9, t0.product_page_data AS product_page_data_10, t0.spider_source_url_id AS spider_source_url_id_11, t0.project_id AS project_id_12 FROM product_url t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.url AS url_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.state AS state_6, t0.source AS source_7, t0.debug_data AS debug_data_8, t0.product_type AS product_type_9, t0.product_page_data AS product_page_data_10, t0.spider_source_url_id AS spider_source_url_id_11, t0.project_id AS project_id_12 FROM product_url t0 WHERE t0.id = '12575';
|
| 2 |
0.50 ms |
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: [
"fetch_product_url_page_data"
]
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 = 'fetch_product_url_page_data' LIMIT 1;
|
| 3 |
15.05 ms |
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: [
"c25c98774a726167b57887e4c775c37b"
"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 = 'c25c98774a726167b57887e4c775c37b' AND t0.state = 'errored' LIMIT 1;
|
| 5 |
0.51 ms |
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":"fetch_product_url_page_data","data":{"productUrlId":12575},"queueSimulatorUuid":"4a6342b9-8ef0-47c0-872c-50701a53f33e"}"
"1"
"fetch_product_url_page_data"
"2026-01-12 06:10:18"
null
"4a6342b9-8ef0-47c0-872c-50701a53f33e"
null
null
"c25c98774a726167b57887e4c775c37b"
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\":\"fetch_product_url_page_data\",\"data\":{\"productUrlId\":12575},\"queueSimulatorUuid\":\"4a6342b9-8ef0-47c0-872c-50701a53f33e\"}', '1', 'fetch_product_url_page_data', '2026-01-12 06:10:18', NULL, '4a6342b9-8ef0-47c0-872c-50701a53f33e', NULL, NULL, 'c25c98774a726167b57887e4c775c37b', NULL, NULL);
|