• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Input Cloning scheduling

Groo

New Pleskian
Hi,

It would be great if there was a scheduling functionality where you could set a time when the feature is available.

As it stands, when cloning certain huge sites on the box, it brings everything to a crawl. To mitigate, I've let customers know that the feature is only available from 10pm-6am daily ...as a temporary stopgap, I just have a cron that renames /usr/local/psa/admin/plib/modules/wp-toolkit/library/Helper/CloneHelper.php and that gives them an error if they click Clone outside those times.
 
Last edited:
when cloning certain huge sites on the box, it brings everything to a crawl
I'd presume this is from either IO usage causing high IOWait or CPU from whatever Plesk uses to sync files (rsync iirc). Have you considered various mitigations or limits like CGroups or even Nice/IONice?
 
Combo of CPU and IOWait. WP Toolkit uses FileTransfer library @ /usr/local/psa/admin/plib/modules/wp-toolkit/library/FileTransfer - is that just a wrap on rsync?

I suppose I could set up a cron to check for those processes and renice/ionice them when they appear and see what happens. It's too bad these are all binary files and not just scripts I can add parameters to.

I've never used CGroups but I will look into that too. Thx
 
Back
Top