Adin Hodovic
Adin Hodovic
@monegim What Chart version are you using?
> > @monegim What Chart version are you using? > > ```yaml > version: 0.4.1 > appVersion: 0.5.3 > ``` https://docs.celeryq.dev/en/3.1/configuration.html Try to see if you override the CELERY_ACCEPT_CONTENT environment...
> This has been set to this: https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/settings/settings.dist.py#L991 > > ```python > CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml'] > ``` Try adding `application/x-python-serialize` to the list.
> ```python > CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml', 'application/x-python-serialize'] > ``` > > This did not work. Is this issue related to the `celery-exporter` or `celery`? I believe celery...
> So, should not something change in `celery-exporter`? Celery-exporter runs fine with celery by default. There are some settings which you've added that disabled celery-exporter from fetching the data needed....
Hmm, if my Google groups are postfixed with the domain why can't Pomerium do the same for Github? Also the id seems to be shifted from a unique var to...
Would also love to see a VIM mode, currently using zsh in Vi mode. So... Entering normal mode for navigation comes naturally. Using `K` to go upwards in history launches...
> Checked through the new config files, still unsure what must be done. Just trial and error modify the statically defined margin&padding px's? > > When you say depends on...
We are generating an OpenAPI client(openapi-generator) and testing it in CI using editable mode. With 1.4, the client is not importable: ```py /core/tests/test_client.py:15:0: E0401: Unable to import 'openapi_client.apis' (import-error) /core/tests/test_client.py:15:0:...
> Please update the other files listed in the checklist. For Helm chart changes bump the Helm chart version in `production/helm/loki/Chart.yaml` and update `production/helm/loki/CHANGELOG.md` and `production/helm/loki/README.md.` [Example PR](https://github.com/grafana/loki/commit/d10549e3ece02120974929894ee333d07755d213) Makes sense,...