Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datapusher missing --enable-threads? #106

Open
t-book opened this issue Oct 27, 2022 · 0 comments
Open

Datapusher missing --enable-threads? #106

t-book opened this issue Oct 27, 2022 · 0 comments

Comments

@t-book
Copy link

t-book commented Oct 27, 2022

Hi,

thanks for this great docker composition of cKAN.

When running the stack and trying to upload/preview a csv file I do see a warning in datapusher logs that it is missing --enable--threads on uWSGI startup

"uwsgi --plugins=http,python --http=0.0.0.0:8800 --socket=/tmp/uwsgi.sock --ini=`echo ${APP_DIR}`/datapusher-uwsgi.ini --wsgi-file=`echo ${APP_DIR}`/datapusher.wsgi"]

After adding the option:

`uwsgi --plugins=http,python --http=0.0.0.0:8800 --socket=/tmp/uwsgi.sock --enable-threads --ini=`echo ${APP_DIR}`/datapusher-uwsgi.ini --wsgi-file=`echo ${APP_DIR}`/datapusher.wsgi"]`

The preview of CSV files in a datatable preview works nicely.

Thought I leave this information for others or devs in case the current is not intendent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant