So it invokes all the cron functions of installed modules, but what does this mean for core modules?

Does it clear the cache tables?

Comments

Mark Theunissen’s picture

Nope, it doesn't clear the cache, but it does delete temporary files and trigger the search module to index the content on the site.

http://drupal.org/cron

Hope that helps!

__________________________________________________________

Mark Theunissen

Code Baboon
Drupal based services

jdelaune’s picture

thanks

carlbowles100’s picture

Does cron update the sitemap.xml file with any new urls added to the site?

vm’s picture

seems simple enough to test this rather than bump a 5 year old posting.

add a node
run cron
check sitemap.xml

zaccb’s picture

removed