dberardo-com

Results 226 comments of dberardo-com

> worker id is unique per id and thus could be use a serial number. usage: context.worker_id. ok, but is this number between min_replicas and max_replicas ? or is it...

> keep in mind that you will need to provide a locking abstraction on top of writing/reading from that file yeah, that might be hard to solve without a "serial...

> can potentially be solved by #2942 is the termination callback going to be run on the overall function or context-by-context ? meaning, if i have a function that has...

ok, so i guess answer B from above right ? as in: 1 runtime = 1 worker = 1 context = 1 trigger

basically i have one function that uses multiple http triggers, but each trigger has a different context (basically opens up a different DB connection). And the HTTP request needs to...

have you tried using the DOCKER_HOST variable ? https://stackoverflow.com/questions/25234792/what-does-the-docker-host-variable-do

is there any PR preview of this piece of doc ? or perhaps any blog post out there? i see in this issue: that scale to zero configuration is to...

is a metrics sinker mandatory for scale to zero to work ? and if so, can the k8s metrics server be used for the purpose? or is it mandatory to...

hi @huberemanuel so far i have had no luck with scaling to zero. i have some cronjobs that i would definitely like to scale to zero but no luck sofar....

i believe this might still be undocumented, but perhaps there is the need to create CustomMetrics in k8s for the scaler to work, and i am not sure that is...