loulz0r
loulz0r
WWindmill
Created by loulz0r on 10/2/2024 in #help
golang execution error
hello, i'm facing an issue with my go scripts :
ExecutionErr: ExitCode: 1, last log lines:
job=01924748-4775-bf69-3de6-06745b428802 tag=go worker=wk-default-bb6d6afc357b-HSLDe hostname=bb6d6afc357b


--- GO DEPENDENCIES SETUP ---

github.com/goccy/go-json/internal/encoder/vm: /usr/local/go/pkg/tool/linux_amd64/compile: signal: killed
ExecutionErr: ExitCode: 1, last log lines:
job=01924748-4775-bf69-3de6-06745b428802 tag=go worker=wk-default-bb6d6afc357b-HSLDe hostname=bb6d6afc357b


--- GO DEPENDENCIES SETUP ---

github.com/goccy/go-json/internal/encoder/vm: /usr/local/go/pkg/tool/linux_amd64/compile: signal: killed
it seems like my script is OOM killed, but in the logs i see a mem peak of 23.70mb only i also have something weird with the cache, like downloading modules that i don't use anymore during "go mod tidy" even if the cache is disabled in the settings thanks for the help !
1 replies
WWindmill
Created by loulz0r on 1/19/2024 in #help
missing input in flow
hello everyone, i searched in the doc and in github issues, and did not found an answer for my problem, i hope it has not already been asked and i am not missing an obvious setting... I am trying in my flow to get the result of a first step and use it as an input for my second step, but i do not see the plug button or something like this... When i edit the script separately i have the inputs on the UI, but nothing in the flow screen... Someone knows what i am missing ? Thanks in advance
40 replies