jwql icon indicating copy to clipboard operation
jwql copied to clipboard

Create a method called mast_service_request_async()

Open stscijgbot-jwql opened this issue 1 year ago • 0 comments

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

stscijgbot-jwql avatar Jan 11 '24 15:01 stscijgbot-jwql