Hubert Deng
Hubert Deng
> Regarding https://develop.sentry.dev/self-hosted/releases/#hard-stops I should upgrade first to 23.6.2 if I'm upgrading prior this version. I did try to upgrade to 23.6.2 but with no luck, same error about the...
Nightly is not the same as 23.6.1. You'll need to restore your self-hosted instance to use 23.6.1 instead of using master to resolve the issue here.
Closing this as the general fix has been deployed
> works but Sentry 23.7.0.dev0 doesn't look like stable.... can you please tell me 23.6.1 working build? NOT dev Sorry, what do you mean when you say this? 23.6.1 should...
Hi there, are there any logs in your docker containers that could be helpful here? Particularly web?
Looks like this is still an issue as of [here](https://github.com/getsentry/self-hosted/issues/2387), so keeping this open
Quick lookup here, looks like we may run into issues since `os.sched_getaffinity(0)` is not available on some unix platforms such as OSX
As a workaround, could you add a parameter in your `docker-compose.yml` or `docker-compose.override.yml` file to include a parameter for concurrency for your worker? Seems like your use case might be...
Thanks for bringing this up, will categorize this as an enhancement
> Why not just merge them? Read .env first and then .env.custom (or .env.local?) to overwrite values we want to change. Is there any specific problem with such approach? No...