Skip to content

Commit

Permalink
QKPLOs
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Nov 4, 2024
1 parent ddc8d76 commit 55599f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion topics/admin/tutorials/celeryless/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ layout: tutorial_hands_on
title: "Alternative Celery Deployment for Galaxy"
zenodo_link: ""
questions:
- What is *required* for Celery to work in Galaxy?
objectives:
- Setup the bare minimum configuration to get tasks working
- Avoid deploying, securing, and managing RabbitMQ and Redis and Flower
time_estimation: "1h"
key_points:
- While a combination of RabbitMQ and Redis is perhaps the most production ready, you can use Postgres as a backend for Celery
- This significantly simplifies operational complexity, and reduces the attack surface of your Galaxy.
contributions:
authorship:
- hexylena
Expand All @@ -17,7 +21,6 @@ requirements:
tutorials:
- ansible
- ansible-galaxy
- pulsar
subtopic: data
tags:
- ansible
Expand Down

0 comments on commit 55599f3

Please sign in to comment.