-
Notifications
You must be signed in to change notification settings - Fork 21
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
Job delayed too long, service full error when bulk uploading #79
Comments
Thanks @BonaBeavis for pushing it ;) Will investigate further. Can you share more info about the number of jobs enqueued? Were they local files? URLs? How big were the files? |
About 60 datasets, both local and remote. The datasets are not big, about a few dozen entries and a dozen headers. I am running |
Yes @BonaBeavis , you can turn on logging by tweaking some values in your You can also have qsv create its own logs by setting these env_vars:
The log file should be named |
This will be fixed with DP+ 1.x, where we convert DP+ to be an extension, rather than a separate web service. |
Workaround until then: for id in $(ckan dataset list | grep -oP '^\w{8}-\w{4}-\w{4}-\w{4}-\w{12}')
do
ckan datapusher submit --yes $id
sleep 1
done |
As you can see, I am putting your plugin through the paces ;) When I submit all the datasets at once, some get this error message:
When I retry, it works. So I would guess there is some timeout set too low.
The text was updated successfully, but these errors were encountered: