hi folks, I wanted to check in regarding a bug i a...
# ask-metaflow
g
hi folks, I wanted to check in regarding a bug i am facing and hoping someone could provide pointers: i am running some heavy metaflow tasks and require some additional disk space. I looked into using @batch(use_tmpfs=True) and shared_memory config. However, deploying it using
Step Functions
is resulting in
ValueError: invalid literal for int() with base 10: '127000.0'
errors originating from here and here even though i am passing the parameters as ints. The same code runs successfully when deployed using
AWS Batch
. Please let me know your thoughts and if I can provide more relevant details.
1