The `chng` indicator (and perhaps others too) does this: https://github.com/cmu-delphi/covidcast-indicators/blob/ac10f61e164eab8abb2429e5bce7dcd48dcc2217/changehc/delphi_changehc/run.py#L208 This produces alarming output ("max lag: 154 days") when running patches, since the patch lag should have max lag <50 or so. We should change how max lag is computed to be based off the `drop_date` param instead of `datetime.now()`