TAP timeout: is the service down?

Friends,

is the TAP service down? Me and my colleague have been unable to query against it without timing out (both sync and async) over the last ~8 hours.

MRE (from DP1 tutorial):

query = """SELECT coord_ra, coord_dec
        FROM dp1.Object
        WHERE CONTAINS(POINT('ICRS', coord_ra, coord_dec),
        CIRCLE('ICRS', 53, -28, 0.01)) = 1"""
service.search(query)

Results in:

DALQueryError: Query timeout exceeded for synchronous execution. The job has been aborted. Please use /async endpoint for long-running queries.

Seems like there is an issue that is causing some queries to time out. The database team is on it. Thank you for including the query and and the error message.

1 Like

Well the database has been severly admonished so you should be good now, however the underlying bug that causes this to happen on rare occasions still needs to be fixed. Sorry about the problem.

Dear Giuseppe,
It sounds like Frossie and the database team have taken care of this; thus I am marking Frossie’s answer as the solution. If you are still having trouble, though, please let us know. Thanks!
Best regards,
Douglas