Lucas Roesler

Results 126 comments of Lucas Roesler

We have been using OpenTracing at Contiamo for most of the last 2 years. Here are a couple of things we learned as we implemented it 1. every function with...

Hi @iAbhinavKarn It would really help if you could update your issue and reformat it to use the issue template https://github.com/openfaas/faas/blob/master/.github/ISSUE_TEMPLATE.md Also, it is not clear to me what the...

The call today (June 15) has been postponed.

@alexellis if we are worried about the latency/size impact, we could 1. move this to subpaths, `/system/functions/spec` and `/system/functions/{name}/spec`. So that `/system/functions` would just be a summary. 2. Or add...

I like this > GET from `/system/functions/spec/{name}`, instead of `/system/functions/{name}/spec/`.

It is a larger potentially breaking change if we do it that way. But it might be worth it for API consistency

@ameier38 the steps you layout look good and if we just extend the current model with the missing fields per https://github.com/openfaas/faas/issues/848#issuecomment-423802184 then it should be straightforward and compatible with the...

I think everything in https://github.com/openfaas/faas/issues/848#issuecomment-503369088 except `InvocationCount` could come from the k8s/swarm objects

@ameier38 i am not sure about using an embedding, but passing around `FunctionSpec` sounds like a good idea to me

There are a [couple of things that happen during shutdown in a k8s pod](https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods) 1. the Pod is marked as terminated/deleted, this also removes it from various Endpoints and Services...