You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using vegeta to send traffic to a host like my-server.com.
In the background during the load test, I'm updating the dns record for my-server.com to another host.
Once dig resolves to the new server I expected vegeta (30s to 1min after the update) to send traffic to the new server.
TTL on the records is 60 seconds.
Actual Behaviour
No matter what I input to the dns-ttl flag (-1 for disabled, 1s etc), the old record seems to be cached by vegeta. It only updates after 7-8minutes. Until then the old server receives no or very few requests from vegeta.
Hi, thanks for building vegeta, it's been very useful for my testing!
Version and Runtime
Expected Behaviour
I'm using vegeta to send traffic to a host like my-server.com.
In the background during the load test, I'm updating the dns record for my-server.com to another host.
Once
dig
resolves to the new server I expected vegeta (30s to 1min after the update) to send traffic to the new server.TTL on the records is 60 seconds.
Actual Behaviour
No matter what I input to the
dns-ttl
flag (-1
for disabled,1s
etc), the old record seems to be cached by vegeta. It only updates after 7-8minutes. Until then the old server receives no or very few requests from vegeta.Steps to Reproduce
Additional Context
Thank you!
The text was updated successfully, but these errors were encountered: