2025-08-10 04:00:01 [INFO]: Execution Started 2025-08-10 04:00:01 [INFO]: old server sucessfully connected 2025-08-10 04:00:01 [INFO]: sqs client sucess created 2025-08-10 04:00:02 [INFO]: Number of messages in the queue: 0 2025-08-10 04:00:23 [INFO]: Execution Started 2025-08-10 04:00:23 [INFO]: Execution Finished 2025-08-10 04:10:02 [INFO]: Execution Started 2025-08-10 04:10:02 [INFO]: old server sucessfully connected 2025-08-10 04:10:02 [INFO]: sqs client sucess created 2025-08-10 04:10:03 [INFO]: Number of messages in the queue: 0 2025-08-10 04:10:23 [INFO]: Execution Started 2025-08-10 04:10:23 [INFO]: Execution Finished 2025-08-10 04:20:01 [INFO]: Execution Started 2025-08-10 04:20:01 [INFO]: old server sucessfully connected 2025-08-10 04:20:01 [INFO]: sqs client sucess created 2025-08-10 04:20:03 [INFO]: Number of messages in the queue: 0 2025-08-10 04:20:24 [INFO]: Execution Started 2025-08-10 04:20:24 [INFO]: Execution Finished 2025-08-10 04:30:02 [INFO]: Execution Started 2025-08-10 04:30:02 [INFO]: old server sucessfully connected 2025-08-10 04:30:02 [INFO]: sqs client sucess created 2025-08-10 04:30:04 [INFO]: Number of messages in the queue: 1 2025-08-10 04:30:04 [INFO]: item found in queue is if condition 14409 2025-08-10 04:30:04 [INFO]: item found in queue is 14409 2025-08-10 04:30:05 [INFO]: Message deleted from the queue for receipt handle: AQEB7hLvx7Hb3y0qYLgIP+X9si9Jcj+1qzviHXsHPgVOx0U9nn7HfrkXurpOkDHkQPaf7GFneFMSUz+kNr5r9MkbswvcZgyCZxP3ZOGA3RxWm1U4nFT8oIVmsfDmAtzfUIGiAizvYFUOEKLmy0M6w4SX/or8rkQTwEFojL5hd4ZKPQ+9cfm4kgDgkXnSEw7yTKbnZ+yFZudXLxudbpbowq567RyiSVGIjE7R5KMrc2RSO6OX46awajdKmBFXtpYMRb6LSkuxQ0N5vF+5r2at8C2vctI42ARZXnvPjsX7DBBn4rQZJijMCyxrtVDPuNbZxFR2uV66nXl1saxjvHMcY1iumrX29v8eNCsnX4d8pFtliDNlxSQHzQYYcI+ZY2KptmMOdQhhP0uHtF7WgA5EmolTLdzbCshg4npl+uhTAS0AlLIERNnZLHHnYutweA6vE8eW 2025-08-10 04:30:05 [INFO]: Processed 1 messages, reached the limit of 1. 2025-08-10 04:30:05 [WARNING]: actionquee araye for user_id is 14409 and [] 2025-08-10 04:30:05 [INFO]: inside itemsold and closed 14409 2025-08-10 04:30:06 [INFO]: autodelete for user_id 14409 is 0 2025-08-10 04:30:06 [INFO]: autolink for user_id 14409 is 1 2025-08-10 04:30:06 [INFO]: Ebay item id :: 256505527735 exists in Database 2025-08-10 04:30:06 [INFO]: Item is reliested :: exists in Database 2025-08-10 04:30:06 [INFO]: THE CURRENT DATA FOR TO PROCESS 2025-08-10 04:30:06 [CONDITION]: IF quantity in database is not 0 then this will update the quantity 2025-08-10 04:30:06 [INFO]: in processold action queue is array for {"44773079":{"UPDATE":1,"DATAFORUPDATE":{"product_id":"44773079","ebayitemid":"256505527735","shopifyproductid":"8475758264542","variants":[{"price":"9.99","quantity":0,"weight":"0.5","shopifyproductid":"8475758264542","shopifyvariantid":"45341369925854","shopifyinventoryid":"47439316517086","shopifylocationid":"","product_id":"44773079","variant_id":"77681621","quantityflag":1,"priceflag":0}],"shopifydelete":0,"dbdelete":0}}} 2025-08-10 04:30:06 [INFO]: ENETER IN PROCESS UPDATE BACKUP 2025-08-10 04:30:06 [INFO]: PRODUCT HAS QUANTITY FLAG 2025-08-10 04:30:06 [INFO]: Shopify Inventory id 47439316517086 2025-08-10 04:30:06 [INFO]: Shopify Location id 58450641063 2025-08-10 04:30:06 [INFO]: QUANTITY FOR UPDATE 0 2025-08-10 04:30:07 [INFO]: QUANTITY FOR UPDATE on shopify response {"data":{"inventorySetQuantities":{"inventoryAdjustmentGroup":{"createdAt":"2025-08-10T04:30:07Z","reason":"correction","changes":[{"name":"available","delta":-1},{"name":"on_hand","delta":-1}]},"userErrors":[]}},"extensions":{"cost":{"requestedQueryCost":11,"actualQueryCost":11,"throttleStatus":{"maximumAvailable":2000,"currentlyAvailable":1989,"restoreRate":100}}}} 2025-08-10 04:30:07 [INFO]: Change: available | Delta: -1 2025-08-10 04:30:07 [INFO]: Change: on_hand | Delta: -1 2025-08-10 04:30:07 [INFO]: HERE IS RESPONSE FROM SHOPIFY true 2025-08-10 04:30:07 [QUERY]: Deleting 1 for the productid query is :: update products set deleted = 1 where product_id = 44773079 and user_id = 14409 2025-08-10 04:30:07 [INFO]: PRODUCT IS UPDATING QUANTITY IN DATABASE FOR VARIANT ID 77681621 AND QUANTITY IS 0 SUCCESSFUL ON SHOPIFY 2025-08-10 04:30:07 [INFO]: updateIdsQuantity -> ["77681621"] 2025-08-10 04:30:07 [INFO]: QUANTITY Bulk update query executed successfully. Total IDs to update: 1. Affected rows: 1 2025-08-10 04:30:07 [INFO]: QUANTITY Bulk update query executed successfully. Query: UPDATE product_variants SET quantity = CASE WHEN id = 77681621 THEN 0 END, quantityflag = CASE WHEN id = 77681621 THEN 0 END WHERE user_id = 14409 AND id IN (77681621) 2025-08-10 04:30:07 [INFO]: QUANTITY Updated IDs: 77681621 2025-08-10 04:30:07 [INFO]: Successfully processed data for user 14409 2025-08-10 04:30:07 [INFO]: Execution Started 2025-08-10 04:30:07 [INFO]: Execution Finished 2025-08-10 04:40:02 [INFO]: Execution Started 2025-08-10 04:40:02 [INFO]: old server sucessfully connected 2025-08-10 04:40:02 [INFO]: sqs client sucess created 2025-08-10 04:40:03 [INFO]: Number of messages in the queue: 0 2025-08-10 04:40:23 [INFO]: Execution Started 2025-08-10 04:40:23 [INFO]: Execution Finished 2025-08-10 04:50:01 [INFO]: Execution Started 2025-08-10 04:50:01 [INFO]: old server sucessfully connected 2025-08-10 04:50:01 [INFO]: sqs client sucess created 2025-08-10 04:50:04 [INFO]: Number of messages in the queue: 0 2025-08-10 04:50:25 [INFO]: Execution Started 2025-08-10 04:50:25 [INFO]: Execution Finished