Skip to content

Commit f553876

Browse files
authored
Merge pull request #3378 from bsipocz/DOC_irsa_list_collection
DOC: adding note about cached query
2 parents 9073293 + b81cecb commit f553876

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/ipac/irsa/irsa.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,12 @@ 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::
392+
393+
The query underneath ``list_collections`` is cached on the server
394+
side, and therefore should return quickly with results.
395+
If you experience query timeout, please open an IRSA helpdesk ticket.
396+
391397
.. doctest-remote-data::
392398

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

0 commit comments

Comments
 (0)