I think my worker is bugged

No description
No description
No description
11 Replies
nerdylive
nerdylive4mo ago
I've set the execution timeout to like 9 seconds right
No description
nerdylive
nerdylive4mo ago
but the worker keeps running and not failing but i cant see any logs
nerdylive
nerdylive4mo ago
it keeps stuck on this ( while its running )
No description
nerdylive
nerdylive4mo ago
It says its still initializing for more than 10s ish
No description
nerdylive
nerdylive4mo ago
but its counted as running why is that?
nerdylive
nerdylive4mo ago
this is my run logs
No description
nerdylive
nerdylive4mo ago
Last time i tried it worked, like last year
ashleyk
ashleyk4mo ago
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.
nerdylive
nerdylive4mo ago
i have 2-3 idle workers i tried with 26s still didnt work so ill try to update the packages ig nvm found it
Justin Merrell
Justin Merrell4mo ago
@nerdylive What did it turn out to be, may be of help for other users facing something similar.
nerdylive
nerdylive4mo ago
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