daudn
daudn
Using tmux with Python means we lose the ability to interact with tmux. libtmux is a great tool, though currently my biggest worry is that I create a bunch of...
My title may be slightly misleading, however, bare with me. I have a process iterate_list. Process iterate_list takes a list and does something on each item in the list. When...
I was working on integrating automatic email-ing of workflow output files, and then I noticed my dashboard wasn't being updated anymore (when I run a workflow, it doesn't show up...
I managed to implement the autoscaler so that it scales based on the number of messages in the queue. However, initially, it scales appropriately and consumes the messages on the...
Why does this not work with statefulsets? I editted autoscale.sh to "statefulsets" instead of "deployments" but it doesn't seem to work, even though the command work outside of autoscale.sh I...
When the auto-scaler scales pods down, some processes are still running and they are killed halfway through. The major problem is that when this happens the preStop hook does not...