Hi All, There is schedule script in which i am try...
# integrations
s
Hi All, There is schedule script in which i am trying to get invoice details of stripe. Script is working fine but somethimes (once in 3 or 4 months), i get error message like connection time out, unknown host. I don't make any changes and when script run again it works fine. Can someone confirm why am i getting these error messages. Thank you.
a
Hmm, could be a number of things. I think the best and easiest thing to do would just put a try/catch on the request. If it catches, try again, and if it fails again then you'll have your manual intervention.