2025-08-04 04:00:02 [INFO]: Execution Started 2025-08-04 04:00:02 [INFO]: old server sucessfully connected 2025-08-04 04:00:02 [INFO]: sqs client sucess created 2025-08-04 04:00:03 [INFO]: Number of messages in the queue: 0 2025-08-04 04:00:23 [INFO]: Execution Started 2025-08-04 04:00:23 [INFO]: Execution Finished 2025-08-04 04:10:01 [INFO]: Execution Started 2025-08-04 04:10:01 [INFO]: old server sucessfully connected 2025-08-04 04:10:01 [INFO]: sqs client sucess created 2025-08-04 04:10:02 [INFO]: Number of messages in the queue: 0 2025-08-04 04:10:23 [INFO]: Execution Started 2025-08-04 04:10:23 [INFO]: Execution Finished 2025-08-04 04:20:01 [INFO]: Execution Started 2025-08-04 04:20:01 [INFO]: old server sucessfully connected 2025-08-04 04:20:01 [INFO]: sqs client sucess created 2025-08-04 04:20:02 [INFO]: Number of messages in the queue: 0 2025-08-04 04:20:22 [INFO]: Execution Started 2025-08-04 04:20:22 [INFO]: Execution Finished 2025-08-04 04:30:01 [INFO]: Execution Started 2025-08-04 04:30:01 [INFO]: old server sucessfully connected 2025-08-04 04:30:01 [INFO]: sqs client sucess created 2025-08-04 04:30:02 [INFO]: Number of messages in the queue: 1 2025-08-04 04:30:02 [INFO]: item found in queue is if condition 14409 2025-08-04 04:30:02 [INFO]: item found in queue is 14409 2025-08-04 04:30:03 [INFO]: Message deleted from the queue for receipt handle: AQEBvjq7qtehaWqHzxPOPnjlVJrIuuj5Rsd5EzHA/ZjPa7fg/klRQyfEcv7JMg+qYcF0BYa7nGsMJxJ7zwV0M6A5FpA/7rMsBc8OZrk0L8iAU7OCW3vWfCoZXacia5rNRLbUTT4fnCArqAh3WZyOK/tFq9eONOPsvvUxHDi8fVbd0hlwFfAVBt3t1TfNE+a8vp2/jj+6gXKW9/OxLi8B8miLOafy+LdmZjzVwYSJnBWUAvo7krCJY5UXfed7/rLU7dk4RzvuXsoy+D684s+DX1EqmDrLCBafLtOQIizS31UiiPHDZk6xQDZe8dS66URnvG4kpVmhfzrl0BJGLameEgMvUimD4Mb1IuvyVLbwXhPwyq8oLlacmjKkGML4H7Ww4z08or8lgsiC+d/5LzypIiFj3kVXjDnY4Qzs5uIPnHMWOub3lZ69vcn+t31V/NMu5EJK 2025-08-04 04:30:03 [INFO]: Processed 1 messages, reached the limit of 1. 2025-08-04 04:30:03 [WARNING]: actionquee araye for user_id is 14409 and [] 2025-08-04 04:30:03 [INFO]: inside itemsold and closed 14409 2025-08-04 04:30:05 [INFO]: autodelete for user_id 14409 is 0 2025-08-04 04:30:05 [INFO]: autolink for user_id 14409 is 1 2025-08-04 04:30:05 [INFO]: Ebay item id :: 226611089736 exists in Database 2025-08-04 04:30:05 [INFO]: Item is reliested :: exists in Database 2025-08-04 04:30:05 [INFO]: THE CURRENT DATA FOR TO PROCESS 2025-08-04 04:30:05 [CONDITION]: IF quantity in database is not 0 then this will update the quantity 2025-08-04 04:30:05 [INFO]: in processold action queue is array for {"44665065":{"UPDATE":1,"DATAFORUPDATE":{"product_id":"44665065","ebayitemid":"226611089736","shopifyproductid":"7853163544798","variants":[{"price":"9.99","quantity":0,"weight":"1","shopifyproductid":"7853163544798","shopifyvariantid":"43582243930334","shopifyinventoryid":"45677900005598","shopifylocationid":"","product_id":"44665065","variant_id":"77570285","quantityflag":1,"priceflag":0}],"shopifydelete":0,"dbdelete":0}}} 2025-08-04 04:30:05 [INFO]: ENETER IN PROCESS UPDATE BACKUP 2025-08-04 04:30:05 [INFO]: PRODUCT HAS QUANTITY FLAG 2025-08-04 04:30:05 [INFO]: Shopify Inventory id 45677900005598 2025-08-04 04:30:05 [INFO]: Shopify Location id 58450641063 2025-08-04 04:30:05 [INFO]: QUANTITY FOR UPDATE 0 2025-08-04 04:30:05 [INFO]: QUANTITY FOR UPDATE on shopify response {"data":{"inventorySetQuantities":{"inventoryAdjustmentGroup":{"createdAt":"2025-08-04T04:30:05Z","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-04 04:30:05 [INFO]: Change: available | Delta: -1 2025-08-04 04:30:05 [INFO]: Change: on_hand | Delta: -1 2025-08-04 04:30:05 [INFO]: HERE IS RESPONSE FROM SHOPIFY true 2025-08-04 04:30:05 [QUERY]: Deleting 1 for the productid query is :: update products set deleted = 1 where product_id = 44665065 and user_id = 14409 2025-08-04 04:30:05 [INFO]: PRODUCT IS UPDATING QUANTITY IN DATABASE FOR VARIANT ID 77570285 AND QUANTITY IS 0 SUCCESSFUL ON SHOPIFY 2025-08-04 04:30:05 [INFO]: updateIdsQuantity -> ["77570285"] 2025-08-04 04:30:05 [INFO]: QUANTITY Bulk update query executed successfully. Total IDs to update: 1. Affected rows: 1 2025-08-04 04:30:05 [INFO]: QUANTITY Bulk update query executed successfully. Query: UPDATE product_variants SET quantity = CASE WHEN id = 77570285 THEN 0 END, quantityflag = CASE WHEN id = 77570285 THEN 0 END WHERE user_id = 14409 AND id IN (77570285) 2025-08-04 04:30:05 [INFO]: QUANTITY Updated IDs: 77570285 2025-08-04 04:30:05 [INFO]: Successfully processed data for user 14409 2025-08-04 04:30:05 [INFO]: Execution Started 2025-08-04 04:30:05 [INFO]: Execution Finished 2025-08-04 04:40:01 [INFO]: Execution Started 2025-08-04 04:40:01 [INFO]: old server sucessfully connected 2025-08-04 04:40:01 [INFO]: sqs client sucess created 2025-08-04 04:40:03 [INFO]: Number of messages in the queue: 0 2025-08-04 04:40:23 [INFO]: Execution Started 2025-08-04 04:40:23 [INFO]: Execution Finished 2025-08-04 04:50:01 [INFO]: Execution Started 2025-08-04 04:50:01 [INFO]: old server sucessfully connected 2025-08-04 04:50:01 [INFO]: sqs client sucess created 2025-08-04 04:50:03 [INFO]: Number of messages in the queue: 1 2025-08-04 04:50:03 [INFO]: item found in queue is if condition 14409 2025-08-04 04:50:03 [INFO]: item found in queue is 14409 2025-08-04 04:50:03 [INFO]: Message deleted from the queue for receipt handle: AQEBZjuN7yzWDBis6wv5DKVglTfbRwiCgHi8Pt+udamoyur4024ZsHctlgDmX8tFnlabI0JI5haH3jYIxwT4DhnKwviWYHRS+fj2YzcgLSyhp4TL7epgSH2llbVgtFNpNtNUAiVONIYqaxWvu5/jqOlvXhEgWvs2xJg/VAvZfsZGeU8MdAlUWuqTfpsDIHloe3UPmmMT61iGh1Qf5tA3bZmnEEPRfY9HWm9c/UOCkJQBQ1fvIITi5NBTBFWkNzIxszoUUBQXHX1eOLr1RaWTbl+aqKsNoi0vHj6Tg9JubyMZq6lASxOopZKT1p+dzrF1fKsWaW5t+97VPy6jWLg6NX7hP0IZGPT3tk+0gVxos8nhyh8Sik5ve0NiAR4JVAVGNeT0YFyTlVZwl8mPDu4RVgD851KaE2KHFRE9DWFC94SdMSvm6hL2rWnLfDUXFlrpGUsS 2025-08-04 04:50:03 [INFO]: Processed 1 messages, reached the limit of 1. 2025-08-04 04:50:03 [WARNING]: actionquee araye for user_id is 14409 and [] 2025-08-04 04:50:03 [INFO]: inside itemsold and closed 14409 2025-08-04 04:50:05 [INFO]: autodelete for user_id 14409 is 0 2025-08-04 04:50:05 [INFO]: autolink for user_id 14409 is 1 2025-08-04 04:50:05 [INFO]: Ebay item id :: 256934245283 exists in Database 2025-08-04 04:50:05 [INFO]: Item is reliested :: exists in Database 2025-08-04 04:50:05 [INFO]: THE CURRENT DATA FOR TO PROCESS 2025-08-04 04:50:05 [INFO]: in processold action queue is array for [] 2025-08-04 04:50:05 [INFO]: Successfully processed data for user 14409 2025-08-04 04:50:05 [INFO]: Execution Started 2025-08-04 04:50:05 [INFO]: Execution Finished