Im using this library to write info to ES realtime on an adserver. Im wondering how I would be able to catch a timeout and continue instead of stopping the script.
This is a good question. I would think an exception would be thrown. Is your script just getting shut down? You could set the time limit at the top of your initial script which should help.
Im using this library to write info to ES realtime on an adserver. Im wondering how I would be able to catch a timeout and continue instead of stopping the script.
Regards