• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk API Subscription Response Timeout

Rob123

New Pleskian
I'm using the API to dynamically create new subscriptions. However, I frequently never receive a response back for my request.

I have enabled graceful restart, which has made an improvement, but my requests still fail to return a response every now and then.

This is problematic, because the script needs to know whether the subscription has been successfully created or not. Often times, when the script times out, the subscription was successfully created. But Once and and a while that's not true, and it is causing inconsistencies in my system.

Has anyone encountered something like this or have any suggestions? Thanks!
 
Hi Rob123,

the cause can be a small amount of memory on your server, or as well defined MySQL limits. Compare your my.cnf with the example configuration from my-huge.cnf and adjust your own my.cnf with them and if your system can keep up with the new settings. Tweaking your system configurations can also solve such issues ( response timeouts ), but depend on your very own system and its configuration and can't be generally answered.

Keep an eye on logfiles, so that you may get an information about the initial cause and report them here for further investigations and suggestions.
 
Back
Top