When you hit admin/settings/dme and run the batch upgrade process (any reason this isn't just in a dme_update_N()?) you get a huge flood of watchdog calls since this message:

watchdog('batch', 'Starting DME Regenerate Context Batch');

is happening at the start of each call to _dme_batch_regenerate(), not just the first time when it's initializing the batch.

CommentFileSizeAuthor
#1 1095170-1.dme-batch-watchdog.patch1.3 KBdww

Comments

dww’s picture

Status: Active » Needs review
StatusFileSize
new1.3 KB

While I was at it, I decided to use a 'dme' section in the watchdog, so these are more easily filtered, etc.

dww’s picture

Status: Needs review » Postponed

This patch is irrelevant if #1095014: Remember node context without <dme:context> tags. lands since all this batch code would be gone. ;)