You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trouble: sometimes (when mistakes in config, or not granted access to google sheet, or we can't get response from google services) we have infinite scroll. It's incorrect behavior.
What we need to do:
Create new table (or write to wp_options maybe) with queue of messages, that haven't been sent. Intercept error responses from API and put this messages into the queue.
Time by time (CRON, or on admin login, not sure yet) try to trigger queued messages again. Remove message from queue on success.
Also need to show in admin panel warning if any message in queue.
Create a tab in plugin config, that shows a table with message queue.
The text was updated successfully, but these errors were encountered:
Trouble: sometimes (when mistakes in config, or not granted access to google sheet, or we can't get response from google services) we have infinite scroll. It's incorrect behavior.
What we need to do:
wp_options
maybe) with queue of messages, that haven't been sent. Intercept error responses from API and put this messages into the queue.The text was updated successfully, but these errors were encountered: