Day 242
15:00 PM
Rewriting Shopify so it uses webhooks instead of API calls
Then we can preload messages from database and save 0.5s + also it scales far better due to Shopify's GraphQL rate limiting
Will probably take 1-2 hours to do this
Then will create mandatory webhooks asap for GDPR customer removal of data etc [20-30 mins probably]
Alright back to it
19:19 PM
Done the shopify webhooks but not mandatory webhooks
also need to create bulk query for update orders, will do that tomorrow
gonna see if I can do mandatory ones now ASAP
19:28 PM
Will have to do that after production or test it later, since not sure if it times out or if I need to do something else for it