ngx_upstream_jdomain icon indicating copy to clipboard operation
ngx_upstream_jdomain copied to clipboard

Change DNS query trigger to timer event basis

Open nicholaschiasson opened this issue 4 years ago • 1 comments

This module would really be more clean if the trigger for DNS query was on a timer event. That way, all jdomain DNS would be self updating and not require any traffic to an upstream just in order to keep it up to date with the DNS record.

nicholaschiasson avatar Mar 04 '21 15:03 nicholaschiasson

In some cases the current method is actually ideal as it doesnt require locks or shared memory (or work per worker for low frequency blocks).

splitice avatar May 09 '22 10:05 splitice