Multiple concurrent core:archive

Hi everyone,

I have a Piwik installation over multiple servers (accessing the same database).

I want to set-up auto-archiving via a cron job.

Is there a lock system in it not to have multiple archiving running at the same time on multiple servers ?

Is it a problem that this cron job is running simultaneously on multiple servers ?

Thank you.

If the script is run multiple times, each thread will process a separate website. It should work fine but it could overload your server if there is not enough processing power.