Arthur
Arthur
Hello there 👋 We experienced the same issue in our deployment cluster, and after a lot of searching, I think I have found why it is happening as some reproductible...
Hey @arkadiusz-bach, I am sorry, that's true that I haven't posted any logs, maybe I haven't been clear as well... > @V0lantis task might stuck in the queued state at...
I have been trying to fix this issue in [celery/kombu](https://github.com/celery/kombu) where I beleive(d) was lying the issue we are talking about here (namely, that a SIGTERM was sent while the...
We will try this @potiuk, thank you !
Didn't work for me 😢 ``` gh act \ --github-instance "github.mpi-internal.com" \ -s GITHUB_TOKEN="$(gh auth token)" ``` resulted in ``` [build/publish_image] ☁ git clone 'https://github.xxx.com/actions/setup-python' # ref=v4 [build/publish_image] Cleaning up...
Hello there, this PR would be amazing for us because we would like to use `action/setup-python` with linux arm64 runners, and for now it is not possible. Would you be...
Hello, I found the issue by both running in local `setup-python` and reading the debug log from our actions. Python 3.x for linux arm is not available in `python-version` repository...
> Hmm. Just ran into this, ironically while trying to spin up our CI environment in arm64 in order to shake out recurrent arm-incompatibilities that have been creeping into our...
Hey, any news on this? We have a big issue on our side as well