How to restart CKAN processes (but not jobs/worker) inside running ckan-docker dev container?
Summary The problem at hand is restarting CKAN server processes inside a running ckan-docker development container without affecting the jobs/worker process or restarting the entire container. This is a common requirement during local extension development when frequent application restarts are necessary for code/config reload. Root Cause The root cause of this issue is the way … Read more