Howdy folks, just looking for some strategy here, maybe not so much an issue as a technique question.
I have a pretty simple use-case with calling API data from a few different sources to update the User’s data. I do this after an OAuth login process takes place, by calling the Backend API to run at ‘Current Date/Time’ (see below.)
I have a flag set in the data to display a notification on the home page when this sync takes place, in addition to a few CSS elements that denote a sync is taking place. The issue I’m having is… it takes forever to start the backend workflow ~15 seconds, even though I have it set to ‘Current date/time’. Is there a better way to be working this? The workflow for the backend API is below:
I’ve even broken it down into an essential call and a background call to potentially alleviate workload but it didn’t really help at all.
Thanks!