When using contajners with Babashka, curl arguments are populated by contajners.sci-runtime/client.
It seems that there's an error with the call-timeout-ms option: It should be "--max-time" rather than "--max-timeout".
Please see https://curl.se/docs/manpage.html#-m.
Also there's something that looks like a forgotten debug in the same contajners.sci-runtime namespace.
Hi there!
When using
contajners
withBabashka
,curl
arguments are populated bycontajners.sci-runtime/client
. It seems that there's an error with thecall-timeout-ms
option: It should be"--max-time"
rather than"--max-timeout"
. Please see https://curl.se/docs/manpage.html#-m.Also there's something that looks like a forgotten debug in the same
contajners.sci-runtime
namespace.