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

New transients are ingested in batch mode #279

Open
manning-ncsa opened this issue Jan 27, 2025 · 0 comments
Open

New transients are ingested in batch mode #279

manning-ncsa opened this issue Jan 27, 2025 · 0 comments

Comments

@manning-ncsa
Copy link
Collaborator

While processing input transients in batch mode, new transients from the TNS are discovered and ingested, triggering workflows that were not requested by the user. This should be disabled. It might be sufficient to simply remove the Celery Beat service from the batch profile in the Docker Compose file:

celery-beat:
image: ${BLAST_IMAGE:-registry.gitlab.com/ncsa-blast/kubernetes/blast:latest}
command: bash entrypoints/docker-entrypoint.celery_beat.sh
networks:
- internal
volumes:
- blast-data:/mnt/data
- django-static:/app/static
- ./dustmapsrc:/tmp/.dustmapsrc:ro
profiles:
- "full_prod"
- "full_dev"
- "batch"

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

No branches or pull requests

1 participant