Vanessasaurus

Results 2134 comments of 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) ![image](https://user-images.githubusercontent.com/814322/226706569-b03e37a3-eee3-4343-b6a6-46e17d43bb22.png) 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: ![image](https://user-images.githubusercontent.com/814322/226811734-40203c7a-cca0-4ec4-a490-156f9d72dc03.png) 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...