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

Can query caching be turned off? #21

Open
josemduarte opened this issue Jun 16, 2021 · 1 comment
Open

Can query caching be turned off? #21

josemduarte opened this issue Jun 16, 2021 · 1 comment

Comments

@josemduarte
Copy link

It seems that the server will read the results from the cached one in jobs directory (/docker-compose/jobs) whenever the sequence in query has already being processed once by the server. I guess the job id is some kind of hash of the sequence string.

Question: can this behaviour be overridden? so that the alignment is always performed instead of read from cache? The problem is that I would like to periodically remove queries to clean up the cache and not fill the disk. But if I do that with the current system, queries will start failing once they are not found in cache.

@milot-mirdita
Copy link
Member

I haven't forgotten about this issue, however I am a bit busy currently. This will require a bit refactoring and cleanup.

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

2 participants