You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@avsej I have figured out what is causing the issue, we use lazy loading for our caching drivers.
In some instances we are forking the process before calling any caching calls, so a Cluster object has not been initialized.
But since Cluster::notifyFork() is a static call and can be called independent of a Cluster object being initialized, so should not be depentant on a defined value that is only set when a Cluster object is created.
I am getting to following error when calling
public static function notifyFork(string $event)
The text was updated successfully, but these errors were encountered: