• Hi,

    I am getting a PHP warning message:
    “/wp-cron.php (E_WARNING) – touch(): Unable to create file /wp-content/uploads/ao_ccss/queue.lock because No such file or directory”

    While investigating the issue, I noticed that plugin is creating AO_CCSS_DIR on its activation.

    The problem is that we are running on multiple load-balanced servers, so if the plugin creates a directory on one, it won’t necessarily exist on
    the others, and even if it did, individual server instances can be destroyed at any time as a result of autoscaling so such a change would not necessarily be persisted.

    Do you have any thoughts on this?

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    You’ll need a shared filesystem between the different instances I’m afraid, which I suppose you have already to ensure the media libray (wp-content/uploads) is available to all?

Viewing 1 replies (of 1 total)

The topic ‘How to support multiple load-balanced servers’ is closed to new replies.