#Overmind

2024-10-29

I just threw together a script for easily attaching a debugger to any of your #overmind run processes. let me know if it's useful!

I'm using it for attaching to my #rails processes, as I don't like how overmind connect web echoes everything the web process outputs.

#!/usr/bin/env sh

if

[[

"

$1

"

==

"--help"

]]

;

then

echo

"Usage:

$0

[web/worker/etc…]"

echo

echo

"Attach an rdbg debugger to the named overmind process. (default: web)"

exit

0

fi

PROCE byjp.me/notes/2024-10-29/5icpu

15 yrs#devopsdays 4-5 sept 24Ghent@devopsdays.org
2024-08-28

We are pleased to have #Overmind as a Silver sponsor the 15 Year Anniversary Edition of devopsdays in Antwerp, Belgium. Come and see them at their booth and complete your sticker collection.

devopsdays.org/events/2024-ant

maarten brouwersmurb@todon.nl
2024-05-30

Evil Martian's overmind > docker in my local #development

#overmind #docker

2023-11-03

@collin I use #overmind, which uses tmux underneath, to run everything. Then, I can connect to a given process using overmind connect web to get to the debugger.

github.com/DarthSim/overmind

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst