Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IT-3184] Setup Elasticache for nextflow #250

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

zaro0508
Copy link
Contributor

Per nextflow issue[1], Seqera suggest we use AWS elasticache with Redis
instead of hosting redis in a docker container. This step is to
setup Elasticache for nextflow.

Note: once setup, we will need to configure nextflow'S TOWER_REDIS_URL[2]
parameter to use the AWS-generated endpoint. The backend and cron containers
need to be aware of this configuration in the environment section of the ECS template.

example:

## tower.env. I have enabled the encryption for this Redis instance.
TOWER_REDIS_URL=rediss://mp-cache-0001-001.mp-cache.3pconu.use1.cache.amazonaws.com:6379

[1] https://support.seqera.io/support/tickets/4048
[2] https://help.tower.nf/23.2/enterprise/configuration/overview/#tower-and-redis-databases:~:text=TOWER_REDIS_URL,redis%3A//redis%3A6379

Per nextflow issue[1], Seqera suggest we use AWS elasticache with Redis
instead of hosting redis in a docker container.  This step is to
setup Elasticache for nextflow.

[1] https://support.seqera.io/support/tickets/4048
@zaro0508 zaro0508 requested a review from a team as a code owner October 17, 2023 18:35
@thomasyu888 thomasyu888 merged commit 7e14cbe into Sage-Bionetworks-Workflows:dev Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants