Documentation
-
Home
-
Getting Started
-
Common Tasks
-
Project Settings
-
License Keys
-
Environment Variables
-
Send Logs To Papertrail
-
Send Logs To Datadog
-
IP Address Blocking
-
Rate Limiting
-
Path Redirects
-
HTTP Basic Authentication
-
Dev Mode
-
SMTP
-
Outbound Email
-
Outbound Static IP
-
Webhooks
-
Static Caching
-
Dedicated Queue Runner
-
Post Deploy Tasks
-
Node Build Step
-
Mutex Driver on Servd
-
Redis
-
CORS Headers
-
-
Importing & Cloning
-
Domains & SSL
-
Assets
-
Plans and Billing
-
Team & Project Management
-
Your Account
-
Cookbook
-
Troubleshooting
-
Now & Next
Mutex Driver on Servd
As mentioned in the Craft CMS docs, file-based mutex locks don't work reliably in load-balanced environments. This is due to the filesystems of each node in a load-balanced setup being isolated from one another.
As Servd is indeed load-balanced, we force all projects to use the Yii Redis driver to store mutex locks. This will override any project specific config that is checked into your repository and thus avoids any issues around this area.
If you have specific mutex storage requirements, feel free to open a support ticket to discuss with us further.