Satrajit Ghosh
Satrajit Ghosh
## Reference Issues or PRs On AWS instance_types can take a list and at present it is limited to one instance type. This PR allows for multiple instance_types. ## What...
### Context When deploying on aws, I can see resources in my k9s console, but when i log in to EKS and pull up the cluster no cluster details are...
### Describe the bug when changing node_group parameters the node_groups reinitialized but idempotency is not maintained. so after redoing node groups it tries connect to keycloak which no longer exists....
in the senselab package which processes audio (mostly through python functions), we are seeing significant pydra overhead. to try and debug a bit of this, i looked at scalene (github.com/plasma-umass/scalene)...
@tclose - it does seem like our docs reflect stable releases and there is not one for main. perhaps we can update the doc process to support multiple versions? perhaps...
right now the environment classes only support shell commands. however, in general our workers support python functions to be executed from jobs. perhaps we can use that concept and refine...
add a CLI and an option to clean a cachedir when pydra runs, it uses lockfiles, but these stay if the process gets cancelled behind the scenes. a subsequent rerun...
we should determine whether the correct tasks are rerun using messaging. if we write a message saying "Loading precomputed results", then we can count the number of such things for...
https://pypi.org/project/dill/ may allow us to pickle functions that behave the same way across two different environments (by getting source code). this should allow us to pickle arbitrary functions but will...
SLURM support for options is rather limited. so switching partitions or requesting hardware resources (e.g., GPUs) at a task specific basis is not implemented. this would relate to #34 in...