How to support multiple load-balanced servers
-
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?
The topic ‘How to support multiple load-balanced servers’ is closed to new replies.