ticketutil
ticketutil copied to clipboard
ServiceNow Auth takes too long due to pulling whole table
As discussed in DEVOPSA-2649, ServiceNowTicket is pulling whole table when authenticating. This takes 61 seconds in production which causes timeouts and performance issues. Faster way is to pick random record instead.