I currently have 2 DNS A records for main domain pointing to the different IP addresses. This is creating problems when I try to use certbot to generate Let's Encrypt's SSL certificate for my domain, because it seems that when doing http-01 validation to prove that I own the domain, it takes just the first host that is resolved and tries to do the validation agains it, but as this first isn't currently online, it cannot validate it.
I decided that I want to remove the invalid DNS record from my nameservers. I wonder if standard propagation time applies as when adding a new record. And does DNS servers actually remove the entries right away?