Hey there! I’ve got a Nomad + Consul cluster running. Works fine for the most part, but I have this strange issue that Nomad doesn’t seem to be deregistering services that are no longer relevant.
For example: I did a smoke test of the system by running an example Redis job. That was registered in Consul as expected, showing that the keys for the ACL subsystem seem to have the right permissions. But when I remove the job, the service and associated instance stick around in Consul without being deregistered.
In another instance, I’m running the countdash example and have modified several things about it but the old service instances remain registered in Consul, so the dashboard flakes out when it gets routed to a instance that no longer responds.
I’m really not sure what to make of this, and nothing I’ve tried so far (using the CLI and API to remove the services manually) has helped.
What could be going on here?