Foivos Gypas

Results 20 comments of Foivos Gypas

@vsoch Do you have any experience with FastAPI (in comparison to Django or Flask)?

I think that @drekoumis added a fix for this at some point. @drekoumis Do you remember the commit/pull request? This is not completely fixed though, because when you kill the...

This is related to #152

I also noticed some instability with checkpoints with 8+ versions (tested in 8.4.2), while in 7.32.4 worked fine. There is an issue with the aggregation rule. Specifically: ``` checkpoint.your_function.get(sample=i, **wildcards)...

I would be happy to test this. Do you have any examples I could follow? Do I need a Fargate or an ECS cluster? @delagoya @wleepang

@johanneskoester So based on the latest snakemake update to version 8 this needs to be converted to an executor plugin?

I think that @dafentoulis and @gkostoulas are more experienced than me on this issue and might have a better idea/vision. Personally, I would like to avoid relying only on a...

Touching again this. After some years of experience it seems that a queue is the way to go as @vsoch suggested. One of the things I observed happening is that...

Hi @weber8thomas I have also experienced similar issues when hundreds of requests are sent to the web server. I think that there are multiple issues: - The database is sqlite,...