Martin Morset

Results 75 comments of Martin Morset

I'm closing this for now because there are merge conflicts and it's been hanging for a while. Anyone else feel free to pick it up :)

I came here via https://github.com/testcontainers/testcontainers-dotnet/issues/386 and https://github.com/dotnet/Docker.DotNet/issues/511, and I'm a bit at a loss what to do. Would you say this is a #wontfix on your end, and that the...

[Helm 3.9.0 was released](https://github.com/helm/helm/releases/tag/v3.9.0) Would be nice to get the snap at least to `3.8` which is a big feature release for `oci` repos.

Some quick thoughts! The way I imagine it, we should have some kind of pre-startup hook for the RQ worker process that instruments the library, a bit like the above...

Hi, that's right in a way. It's more of a scalability issue though, as having state in the container causes horizontal scaling to be impossible.

In my opinion, celery beat could expose a configurable option to use redis instead of a local flat file.

Sure, there are two scenarios where stateful celery beat in kubernetes is a bad idea. 1. Node roll-over and scheduled restarts: If a container running beat is restarted, it will...

Yeah, in essence it's about offloading the internal flatfile state into a shared datastore. I suggest allowing to use the result backend for this somehow, perhaps starting by supporting only...

Devs these days typically prefer working with database software or blob-storage services instead of interfacing with file systems directly, hence why I suggested giving the option of offloading the state...

Should I perhaps move this issue to the new `Discussions` tab?