Lon Blauvelt
Lon Blauvelt
Rerunning tests with the updated CI/CD image.
> I think this looks good. > > @DailyDreaming Do we actually want to drop the other Python versions from the main tests? Should we maybe keep 3.7 so we...
@abatilo s3 is now strongly consistent, and so this issue is now about replacing SDB with s3. This will probably be worked on relatively soon actually (sometime in the next...
@abatilo Medium sized, I would guess? It still needs to be explored. Most of the work would involve removing the current sdb functionality, identifying everything it's shuttling back and forth...
@abatilo We have sprint planning tomorrow and I'm going to propose putting this into the upcoming sprint.
@abatilo Yes, that's certainly still a possibility. What kind of limits concern you? First hit searching indicates 3500 requests/second to PUT data, and 5500 requests per second to GET data...
I see. The database is more to enforce strong consistency, so I'd have to investigate how much the rate will increase (which I suspect would mostly be from heading a...
> Hey Lon, your process definition is incorrect. Just remove the `resources:` and it should work: > > ```groovy > process pim { > container 'ubuntu:22.04' > cpus '1' >...
> Is it the exact same message? The original one was: > > > admission webhook "[validation.gatekeeper.sh](http://validation.gatekeeper.sh/)" denied the request: [container-must-have-limits-and-requests] container does not have requests defined\n[container-must-have-limits-and-requests] container does not...
> This error must be for the head job created by `kuberun`. You can specify the head job cpus and memory on the command line: > > ```shell > ./nextflow...