dialogflow / dialogflow-nodejs-client

Node.js SDK for Dialogflow
Apache License 2.0
659 stars 287 forks source link

Twilio IP messaging bot: stops responding after 60 minutes since the last server restart #59

Open cognitiveplus opened 7 years ago

cognitiveplus commented 7 years ago

Repository in question: /samples/twilio/ip-messaging/

Seems like the token lives only 60 minutes or so, so we need to request it every hour. Calling src/twiliobot.js :: start() manually every 60 minutes eliminates the problem.