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
Hi, I'm using this to check gmail inbox waiting for an specific email. The thing is that I tried several scenarios and if the task is polling emails and in the middle I got the desired email, it does not found it. When it fails I run it again and then it finds it.
Is it possible that while polling it does not recognize new emails?
Can you help me?
Thanks in advance
The text was updated successfully, but these errors were encountered:
@levz0r maybe we should add like the refresh token function whenever we want to retry the polling. I made a in house try like calling the same function until I find the email and the only difference between yours and mine is that every time I call the get token endpoint and then again check inbox and it did work.
I start looking for an email that does not exists and in the middle of the run I send that email so it reaches my inbox while the function is still running and it finds the email
Hi, I'm using this to check gmail inbox waiting for an specific email. The thing is that I tried several scenarios and if the task is polling emails and in the middle I got the desired email, it does not found it. When it fails I run it again and then it finds it.
Is it possible that while polling it does not recognize new emails?
Can you help me?
Thanks in advance
The text was updated successfully, but these errors were encountered: