i have an kibana app plugin.It has a schedule job at server.if kbana connet es has error.my schedule job just not work. Back to normal( kbana connet es has right).but my job still not work. what should I do?
Have you tried running the server code in a debugger? https://nodejs.org/api/debugger.html
Step through the code and see where things are not behaving as you expect.
Got it! Promise catch no resolve