11 Replies
I've set the execution timeout to like 9 seconds right
but the worker keeps running and not failing
but i cant see any logs
it keeps stuck on this ( while its running )
It says its still initializing for more than 10s ish
but its counted as running
why is that?
this is my run logs
Last time i tried it worked, like last year
Weird, should work if you have idle workers. Maybe you set your executionTimeout too low.
Try remove executionTimeout from your request and see if it works.
i have 2-3 idle workers
i tried with 26s still didnt work
so ill try to update the packages ig
nvm found it
@nerdylive What did it turn out to be, may be of help for other users facing something similar.
Oh ya
Oh it was a problem in my code
I put the process before rp.serverless.start
It was getting config from somewhere else and copying and applying it into local instance
And the server was down
But I changed it so it can load the config again