Jon Antoine
Jon Antoine
I'm running into this issue with the Ultimate Cron module as it calculates the cron_last_run value differently based on the method of execution. If run through Drupal's UI, cron_last_run is...
@greg-1-anderson Similarly to that solution, I actually ended up calling date_default_timezone_set() in a settings.local.php file placed in my web/sites/default directory. This might be more accessible to those who can't edit...
I was also having this issue with local development. For me, the issue was due to me updating my hosts file and pointing all my domains to my localhost IP...
Regarding the "too many unhealthy instances in the ring" error message, rather than creating additional replicas, another solution is "replication_factor" property to 1. Not saying this is recommended, especially for...
The link provided in the first comment worked great. Thank you!!!
Oh man, this would have saved me several hours today. I request from the transport wasn't returning an HTTP error, even though it wasn't getting a successful HTTP response, and...
I'm not sure if the exact same issue, but I'm running into a similar issue with v3.8.8. I'm using cache.modify to update a list in the root query. The first...
What's required to get this in? I also struggled discovering how to do this expecting the library to provide a mechanism.