James Quigley
James Quigley
@jjjjw mind sharing what your zombie job requeueing logic looks like?
You're running into a CORS issue. See more here: https://stackoverflow.com/questions/20035101/no-access-control-allow-origin-header-is-present-on-the-requested-resource
http://passportjs.org/docs/configure See under the middleware section. If you're using express or connect, you need to initialize passport, (and sessions if you're using them)
`[mpm_prefork:notice] [pid 1] AH00170: caught SIGWINCH, shutting down gracefully` Also getting a `SIGWINCH` error running the apache container
Also appears to be an issue when running within kubernetes if the system is using [containerd](https://github.com/containerd/containerd/blob/261c107ffc4ff681bc73988f64e3f60c32233b37/cmd/ctr/commands/tasks/tasks_unix.go#L54). And apache uses SIGWINCH as a graceful termination signal (https://httpd.apache.org/docs/2.4/en/stopping.html#gracefulstop)
bump to remove stale. Would still love to see this feature
bump to remove stale. Would still love to see this feature
I'm having the same issue. Unity 2017.3 and .NET 3.5. Replacing System.Action with UnityAction works sometimes, but not always, so it isn't really a valid fix for me. Does anybody...
@danieljkemp did you find out how to set the revisionHistoryLimit with ingress annotations?
Currently, if an ingress TLS Secret is used for `grpc_ssl_certificate*` and the Secret is updated (cert-manager rotation), the new secret value will not be passed to the backend server. Not...