Ahmed Ezzat
Ahmed Ezzat
Currently, the operator has a hardcoded TCP protocol https://github.com/dask/dask-kubernetes/blob/92714da5785709726f85c4c6ec92451f5c23ad04/dask_kubernetes/operator/controller/controller.py#L155-L159
Currently, the operator retires workers using the HTTP or RPC APIs however those only control the connected dask workers, the operator should take into count dask's Kubernetes worker pods that...
Implement a way to set a cool-down period for adaptive scaling instead of the hardcoded https://github.com/dask/dask-kubernetes/blob/92714da5785709726f85c4c6ec92451f5c23ad04/dask_kubernetes/operator/controller/controller.py#L816 e.g. ```yaml apiVersion: kubernetes.dask.org/v1 kind: DaskCluster metadata: annotations: kubernetes.dask.org/cooldown-until-interval: "30s" name: dask-f3a0c12f namespace: default...
This PR fixes an overwrite bug in the `DEFAULT_CHART_OPTIONS` as it was shared and mutated between chart instances resulting in a wrong rendering. Before: After:
Some functions may require more resources than others so the ability to set the function cost is useful to avoid overloading workers. Imagine function we have 1 worker with 4...
Based on discussion at https://github.com/dask/dask-kubernetes/issues/817
### Naabu version: ``` 2.3.1 ``` ### Current Behavior: ``` N/A ``` ### Expected Behavior: Nmap similar output e.g. ```json {"host":"google.com","ip":"142.251.37.46","timestamp":"2024-07-19T12:08:08.016872298Z","port":80,"protocol":"tcp","tls":false, "version": "xxx", "product": "gws", "type": "http"} ``` ### Steps...
### Describe your idea Currently jadx-gui have a dedicated back/forward buttons to move between source code, however it does not implement those events for devices that have a physical back/forward...