Vanessasaurus
Vanessasaurus
I haven't added the redis ssl yet - it was presented like it was optional in the docs. I can do that now.
I'm also seeing two strategies for rabbitmq - the first docker-compose example shows config via envars (which is deprecated around 3.8/3.9)  and the second (which would work for newer...
okay trying this new way - have you seen this before? Here is what redis sees inside the container: ``` redis | total 32 redis | -rw-rw-r-- 1 1000 1000...
No - this would be entirely external to lab resources. Is there someone I can contact that has the Dockerfiles / Kubernetes configs that are driving the working variant?
Great news! I banged on this a bit more and checked all the things I thought might be wrong (user ids, permissions, configs) and rabbitmq and redit are working! The...
okay went a little further - when I try the flux example workflows, it's still trying to use srun:  The cmd.sh in the studies / merlin_info looks OK ```bash...
Gotcha! And that makes sense. For the operator we have a commands -> pre block where I can run it before the official "launch the jobs!" command. I'm pretty far...
I sent this update via email, but will post here too! I got it mostly working in the flux operator - I had to do an interactive submit mode because...
@lucpeterson I like that idea - but how could kombu accept a contribution for a different kind of transport that explicitly is to a job queue (and isn't a general...
There are other abstractions to think about too - e.g.,a celery "backend" is more of the database. Here is a random example I found for a custom one. https://github.com/pilwon/celery-backends-rethinkdb/blob/master/rethinkdb_backend.py Arguably...