Jeremy Huntwork
Jeremy Huntwork
Interested in creating a pull request? I'll merge it if so.
Hello, I have also been looking at running this in a k8s cluster. One of the things I've noticed right away is that having multiple services (managed by supervisord) running...
> Hi @jhuntwork , in principle I have nothing against it as long as the changes are backward compatible with deployments where K8S is not used. Could you provide an...
> Is the issue you're describing @jhuntwork not the same issue described here https://dev.to/pburgisser/misp-at-scale-on-kubernetes-2k31 and a proposed change here from a couple years back for which I can't understand the...
Made this change locally and it seems to have helped ```diff diff --git a/app/Lib/Tools/BackgroundJobsTool.php b/app/Lib/Tools/BackgroundJobsTool.php index f73c4239f..36be36206 100644 --- a/app/Lib/Tools/BackgroundJobsTool.php +++ b/app/Lib/Tools/BackgroundJobsTool.php @@ -342,6 +342,7 @@ class BackgroundJobsTool if ($rawJob...
It works from the standpoint of addressing the cause of the crash, it ensures that the data passed to the BackgroundJob constructor is always an array. I can confirm that...