You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/admin/production.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,5 +194,5 @@ The list of tasks that are currently handled by `Celery` can be found in `lib/ga
194
194
To enable Celery in your instance you need to follow some additional steps:
195
195
196
196
- Set `enable_celery_tasks: true` in the Galaxy config.
197
-
- Configure the `backend` under `celery_conf` to store the results of the tasks. For example, you can use [`redis` as the backend](https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/redis.html#broker-redis). If you are using `redis`, make sure to install the `redis` dependency in your Galaxy environment with `pip install redis`. You can find more information on how to configure other backends in the [Celery documentation](https://docs.celeryq.dev/en/stable/userguide/tasks.html#task-result-backends).
197
+
- Configure the `backend` under `celery_conf` to store the results of the tasks. For example, you can use [`redis` as the backend](https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/redis.html#broker-redis). If you are using `redis`, make sure to install the `redis` dependency in your Galaxy environment with `pip install redis`. You can find more information on how to configure other backends in the [Celery documentation](https://docs.celeryq.dev/en/stable/userguide/tasks.html#task-result-backends). Keep in mind that you should not reuse the main Galaxy database as a backend for Celery.
198
198
- Configure one or more workers to handle the tasks. You can find more information on how to configure workers in the [Celery documentation](https://docs.celeryq.dev/en/stable/userguide/workers.html). If you are using [Gravity](https://github.com/galaxyproject/gravity) it will simplify the process of setting up Celery workers.
# in the future we might want to log out the user here
132
+
returnFalse
133
+
exceptjwt.exceptions.DecodeError:
134
+
log.warning("Refresh token cannot be decoded. Galaxy does not support non-decodable refresh tokens.")
135
+
# If the refresh token is non-decodable, we do not use it because we cannot reliably determine its expiration date. See discussion in https://github.com/galaxyproject/galaxy/pull/20821
<datatypeextension="h5mu"type="galaxy.datatypes.binary:H5"mimetype="application/octet-stream"display_in_upload="true"subclass="true"description="MuData is a format analogous to Anndata for multimodal datasets and is based on HDF5"description_url="https://github.com/scverse/mudata"/>
236
236
<datatypeextension="visium.tar.gz"type="galaxy.datatypes.binary:Visium"subclass="true"display_in_upload="true"description="Visium is a tar.gz archive with at least a 'Spatial' subfolder, a filtered h5 file and a raw h5 file." />
237
-
<datatypeextension="mz5"type="galaxy.datatypes.binary:H5"subclass="true"mimetype="application/octet-stream"display_in_upload="true"description="Mz5 is an HDF5-based open mass spectrometry file format modeled after mzML." />
237
+
<datatypeextension="mz5"type="galaxy.datatypes.binary:H5"subclass="true"mimetype="application/octet-stream"display_in_upload="true"description="Mz5 is an HDF5-based open mass spectrometry file format modeled after mzML." />
238
238
<datatypeextension="mzmlb"type="galaxy.datatypes.binary:H5"subclass="true"mimetype="application/octet-stream"display_in_upload="true"description="MzMLb is an HDF5-based open mass spectrometry file format that stores metadata as mzML and binary data as native HDF5 types." />
239
239
<datatypeextension="mbi"type="galaxy.datatypes.binary:H5"subclass="true"mimetype="application/octet-stream"display_in_upload="true"description="MBI is MOBILion's proprietary HDF5-based format for its ion mobility mass spectrometry data." />
<datatypeextension="docx"type="galaxy.datatypes.binary:Docx"display_in_upload="true"decription="DOCX is an XML-based file format that is natively used for Microsoft Word documents"description_url="https://www.iso.org/standard/71691.html">
699
700
<infer_fromsuffix="docx" />
700
701
</datatype>
702
+
<datatypeextension="pptx"type="galaxy.datatypes.binary:Pptx"display_in_upload="true"decription="PPTX is an XML-based file format that is natively used for Microsoft PowerPoint presentations"description_url="https://www.iso.org/standard/71691.html">
0 commit comments