rockTA
rockTA
We have the same problem since we introduced glimmer components. Could it be related to [this line](https://github.com/cibernox/ember-power-select/blob/9775e6c301923f9cc0e48e1862fde4c44394888b/addon/components/power-select.ts#L344)?
We're getting the same error in a standard PowerSelect - it's thrown after setting the @options array after initially rendering the component. Fails in Chrome but not in Firefox and...
Having the same problem outside Celery, but with a child process spawned using `multiprocessing.Process`. Could also be related to this issue: https://github.com/census-instrumentation/opencensus-python/issues/928
For anyone trying to get this to work, a slightly remodeled version of [this](https://fanchenbao.medium.com/python3-logging-with-multiprocessing-f51f460b8778) did it for me as a workaround (obviously using AzureLogHandler instead of RotatingFileHandler).