Prevent bringing down traefik if label is misconfigured

I'm running traefik on docker, which reverse proxies komodo, a docker manager, and plenty other containers. I exclusively use labels to configure the different containers's reverse proxies.

Everything works fine, except for one extremely frustrating bit: If I dare make a mistake in the labels (like forgetting to change the router's name after copy pasting the stack's config), traefik stops functioning for all the routes, thus stopping the reverse proxy for komodo, and thus locking me out of my system...

Is there a way to sort of "isolate" important routes like my komodo instance so that it doesn't goes down everytime I make a mistake?