Jonathan Langlois
Jonathan Langlois
I found one possible reproduction related to the tasks cache. ## Infrastructure - self-hosted orion API on `k8s` - self-hosted agent on `k8s` - Docker image containing the flow code...
Hi! Adding some info if that could help. Please let me know if you prefer that I fill a new issue. ## Bug summary I also hit those kind of...
We also need to have the docker socket configurable when running docker in rootless mode. Allowing to bind a specific socket rather than the proxy socket workaround is a better...
@zanieb @justquick Hitting the same error when trying to executes tasks on 200+ dask workers. Seems like [prefect does not allow to configure `pool_size` and `max_overflow`](https://github.com/PrefectHQ/prefect/blob/main/src/prefect/server/database/configurations.py#L125) as indicated in [sqlalchemy...
@justquick Not sure if that helps but we workaround this by creating several prefect servers pods in our k8s cluster instead of a single one. This will increase the number...
@DraconPern To add more info, this happens with the `DCMTK-3.6.7` version. I tried to create [a fork](https://github.com/john-jam/fmjpeg2koj) with a fix but end up with another error when building with `build.sh...
I found a workaround by adding `LINK_DIRECTORIES(${DCMTK_ROOT}/lib)` in the `CMakeLists.txt` file so the `*.so` files built with the `-DBUILD_SHARED_LIBS=ON` on the DCMTK build are found. But this looks like not...
If you think this way is more consistent I can create a PR to make the `adapt` method always sync. My first guess would be to just force the `asynchronous`...
That makes sense for the new implementation point of view. I'll try to re-submit a PR on the prefect repo then. Thanks for those clarifications!
@jacobtomlinson The operator is in actually in `myns` namespace but yes, as mentioned in my comment, specifying the `namespace` this way fix the issue. My use case is that I...