Skip to content

Commit 22c7a4f

Browse files
committed
DOC: adding note about cached query
1 parent 9073293 commit 22c7a4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/ipac/irsa/irsa.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@ only collections with a given search string in the collection names.
388388
The ``servicetype`` argument is used to filter for image collections, using ``'SIA'``,
389389
or spectral collections (also see below), using ``'SSA'``.
390390

391+
.. note:: The query underneath ``list_collections`` is cached on the server
392+
side, and therefore should return quickly with results.
393+
If you experience query timeout, please open an IRSA helpdesk ticket.
394+
391395
.. doctest-remote-data::
392396

393397
>>> from astroquery.ipac.irsa import Irsa

0 commit comments

Comments
 (0)