`wrangler` never exits

Hey guys! Please redirect if my question is in the wrong channel. I noticed that wrangler dev on m1 mac never exits correctly and after a while I end up with a bunch of zombie processes:
$ ps aux | grep workerd
rusty 29020 89.1 0.6 428102512 95520 s003 R 2:28PM 0:05.86 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=localhost:63689 --external-addr=loopback=localhost:63912 --control-fd=3 -
rusty 29057 89.1 0.6 427970416 101312 s003 R 2:28PM 0:04.10 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=localhost:57928 --external-addr=loopback=localhost:58400 --control-fd=3 -
rusty 29096 0.0 0.0 408495824 1120 s011 R+ 2:28PM 0:00.00 grep --color=auto workerd
rusty 29089 0.0 0.2 425693072 28896 s003 S+ 2:28PM 0:00.04 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=127.0.0.1:0 --external-addr=loopback=localhost:62810 --control-fd=3 - --inspector-addr=localhost:61788
rusty 29088 0.0 0.2 427660896 32272 s003 S+ 2:28PM 0:00.04 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=localhost:61774 --external-addr=loopback=localhost:62357 --control-fd=3 -
rusty 28932 0.0 0.6 428232560 99712 s003 S 2:26PM 0:05.90 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=localhost:8787 --external-addr=loopback=localhost:51836 --control-fd=3 -
$ ps aux | grep workerd
rusty 29020 89.1 0.6 428102512 95520 s003 R 2:28PM 0:05.86 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=localhost:63689 --external-addr=loopback=localhost:63912 --control-fd=3 -
rusty 29057 89.1 0.6 427970416 101312 s003 R 2:28PM 0:04.10 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=localhost:57928 --external-addr=loopback=localhost:58400 --control-fd=3 -
rusty 29096 0.0 0.0 408495824 1120 s011 R+ 2:28PM 0:00.00 grep --color=auto workerd
rusty 29089 0.0 0.2 425693072 28896 s003 S+ 2:28PM 0:00.04 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=127.0.0.1:0 --external-addr=loopback=localhost:62810 --control-fd=3 - --inspector-addr=localhost:61788
rusty 29088 0.0 0.2 427660896 32272 s003 S+ 2:28PM 0:00.04 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=localhost:61774 --external-addr=loopback=localhost:62357 --control-fd=3 -
rusty 28932 0.0 0.6 428232560 99712 s003 S 2:26PM 0:05.90 /Users/rusty/code/replace-links/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=localhost:8787 --external-addr=loopback=localhost:51836 --control-fd=3 -
Is it a known issue? Is there a fix? Or maybe something might be wrong with my configuration? If yes, then what should I look for?
0 Replies
No replies yetBe the first to reply to this messageJoin