Currently we have cache invalidation for `CloudflareCrawler` based on entries in https://github.com/posit-dev/raghilda/blob/3b576ca4aa1ddb1fe5dec944127a9c5f2a845d2a/src/raghilda/crawl.py#L1689 However, we shouldn't include `"account_id"` in that signature since it shouldn't be involved in cache invalidation.
Currently we have cache invalidation for
CloudflareCrawlerbased on entries inraghilda/src/raghilda/crawl.py
Line 1689 in 3b576ca
However, we shouldn't include
"account_id"in that signature since it shouldn't be involved in cache invalidation.