geosolutions-it / C195-azure-workspace

1 stars 2 forks source link

Dump info on CKAN forced restart #16

Closed etj closed 3 years ago

etj commented 3 years ago

Add to the script implemented for #10 the gdb commands described in #15, in order to have some info on the freezed CKAN instances.

randomorder commented 3 years ago

still relevant @etj ?

etj commented 3 years ago

@randomorder yes, we did not find the cause of the freeze yet.

Low priority anyway, we have to have the whole deploy procedure work first.

etj commented 3 years ago
lpasquali commented 3 years ago

@etj stack trace is working correctly with latest fixes, I tested locally with success, for you to see it "online" I just need to rebuild the image in the test environment, about this, I would suggest a clean deployment from master branch (maybe to be done for future improvements/fixes as an usual test) before giving the modifications to the customer if you and @randomorder agree. I would save needed ssh keys before re-deployment

randomorder commented 3 years ago

yes

lpasquali commented 3 years ago

Step 1 the ARM deployment is ok. Deployment completed with no errors Screenshot from 2021-04-06 15-44-46

korotkin commented 3 years ago

Yesterday was sentry logger ckan.ini:

crudini --set --verbose --list --list-sep=\ ${CONFIG_INI} app:main ckan.plugins sentry_logger crudini --set --verbose ${CONFIG_INI} app:main ckanext.sentry_logger.sentry_dsn https://xxxxxx@xxxx.ingest.sentry.io/xxxx crudini --set --verbose ${CONFIG_INI} app:main ckanext.sentry_logger.sentry_enable_test_url true

Dockerfile:

RUN $CKAN_VENV/bin/pip install -e git+https://github.com/korotkin/ckanext-sentry-logger.git@main#egg=ckanext-sentry-logger