Mohamed Abdelfatah
Mohamed Abdelfatah
### Describe the bug I used [this wasi](https://docs.rs/wasi/latest/wasi/) crate to compare the behavior of `WASI` implementations between `wasmtime` and `wasmer`. Initially, I used [wasi::fd_prestat_get](https://docs.rs/wasi/0.11.0+wasi-snapshot-preview1/wasi/fn.fd_prestat_get.html) and [wasi::fd_prestat_dir_name](https://docs.rs/wasi/0.11.0+wasi-snapshot-preview1/wasi/fn.fd_prestat_dir_name.html) . Apparently all path/dir/file...
### Describe the bug I am able to call many WASI APIs on a `file descriptor` that doesn't have the right to, and it works without any errors. I wrote...
relates to #273 I think this can be a temporary fix to indicate that the artifact couldn't be found locally or from a registry.
Export a prometheus metric for the MaxUnacknowledgedJobsPerExecutor value as an alert for which clusters Armada has stopped scheduling https://github.com/armadaproject/armada/blob/master/internal/armada/configuration/types.go#L214