Ahmed Ezzat

Results 14 issues of Ahmed Ezzat

*Describe your idea:* It would be beneficial to have some sort of static taint analysis with a forward/backward propagation Examples of feature impl :- https://oversecured.com https://github.com/Ostorlab/ostorlab https://github.com/charles2gan/GDA-android-reversing-Tool

new feature

I hate being the first issue after minutes of release, `KubeCluster2` adapt is broken ```python from dask_kubernetes.experimental import KubeCluster from dask.distributed import Client cluster = KubeCluster(name='helloworld') cluster.adapt(minimum=1, maximum=4) client =...

bug
operator

is there any implemented alternative for `graphene.Union` or a way to integrate the functionality?

## Summary A few non-breaking code changes to improve `prefect-apollo` service ## Importance - Prevent artifact folders from being uploaded to `git` - A toggle option for logging as it...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...

bug
status:backlog
priority:high
cloud

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...

bug
status:triage

Based on discussion at https://github.com/dask/dask-kubernetes/issues/817

The currently implemented logic for deletion can be summarized into: 1) The operator asks the scheduler to retire n of the workers 2) The scheduler retires them (process exits) and...

bug

`Kubecluster` fails on shutdown with the error below. ``` Exception ignored in atexit callback: Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/raven-Io4q2IrD-py3.11/lib/python3.11/site-packages/dask_kubernetes/operator/kubecluster/kubecluster.py", line 1025, in reap_clusters asyncio.run(_reap_clusters()) File "/usr/lib/python3.11/asyncio/runners.py", line 190,...

Dask scheduler could take a while to retire workers using `/api/v1/retire_workers` since this operation is synchronous from httpx's perspective the server is hanging up the connection thus producing a timeout...

bug