<div dir="ltr">Hi all,<br><br>I got a question regarding option: prefetch yes<br>We use  python module for add specific domain to pass the traffic over our servers. I found that option: prefetch was enabled in our infra, and from time to time we had an issue with rule inside firewall which was created over python module<br>My question is:<br>does python-module call when prefetch is enabled? <br><br>from documentation I found:<br><pre class="gmail-man" style="box-sizing:border-box;font-family:fira-mono,monospace;font-size:14px;margin-top:0px;margin-bottom:1rem;overflow:auto;color:rgb(33,37,41)"><a id="gmail-prefetch" style="box-sizing:border-box;color:inherit;background-color:transparent"><span style="box-sizing:border-box;font-weight:bolder">prefetch:</span></a> <i style="box-sizing:border-box"><yes</i> <i style="box-sizing:border-box">or</i> <i style="box-sizing:border-box">no></i>
              If yes, message cache elements are prefetched before they expire
              to keep the cache up to date.  Default is  no.   Turning  it  on
              gives about 10 percent more traffic and load on the machine, but
              popular items do not expire from the cache.

and looks like in our configuration we have an issue with section:
MODULE_EVENT_MODDONE which is not calls when prefetch enabled


Is it true?</pre></div>