Skip to main content
Question

Hello has it happened to you that in production when a bot is executed it can generate an error on any line? One day it may generate an error, another day it may not, and so on. WhatSolution or alternatives do you recommend in the face of this incide

  • 19 August 2022
  • 1 reply
  • 9 views

Hello has it happened to you that in production when a bot is executed it can generate an error on any line? One day it may generate an error, another day it may not, and so on. WhatSolution or alternatives do you recommend in the face of this incident?

Hi @Jose Hernandez​ 

 

I think it must have happened with all developers. Can you please give something on what errors you are getting?

 

You can apply try catch and see if it can be handled. Along with this try to replicate same on Dev or Stage environment and fix it


Reply