Hey, is it possible to add specific docker labels to the executor containers ???
Currently when i run a function it create a container (example name : exc1-ai-6691839fd4327006fa94) and i want to add a docker label to it. Why ? Because the metrics i have group my containers by stack labels and so i wanted to know if it was possible to add one so the metrics are in the same group
here is a screenshot showing the exc1 container, not in the same stack as the other (the stack produce a com.docker.stack.namespace=appwrite label)
(also please ping/mention me when you reply, else i might don't see the response)
Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...