jwql
jwql copied to clipboard
Create a method called mast_service_request_async()
Issue JWQL-163 was created on JIRA by Bryan Hilbert:
We have many instances of Mast.service_request_async. They should universally check the results agains the MAST query limit.
To do: mast_service_request_async() will take parameters service and params. It should call Mast.service_request_async(service, params) and then check the results against MAST_QUERY_LIMIT and run logging.error if there is an issue. This routine should replace all calls of Mast.service_request_async