You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I just let the indexer script crash if it encounters an error because the script is run every 15mins, so it doesn't matter much.
A better solution is to handle errors gracefully inside the indexer.Index function and return an error to the calling function in case an error is encountered, which could then be logged or sent via notification.
The text was updated successfully, but these errors were encountered:
Currently, I just let the indexer script crash if it encounters an error because the script is run every 15mins, so it doesn't matter much.
A better solution is to handle errors gracefully inside the
indexer.Index
function and return an error to the calling function in case an error is encountered, which could then be logged or sent via notification.The text was updated successfully, but these errors were encountered: