Marko Bocevski

Results 24 comments of Marko Bocevski

This looks like a local issue with your docker setup... Have you verified the docker bridge or networking works fine? Chekc the docker daemon logs or network logs to see...

@lmmaia what do you mean by dangling response? Does an exception gets raised at all, and if yes can you paste the exception here? Datapusher sets a DOWNLOAD_TIMEOUT on the...

@lmmaia I'm assuming you have connectivity between the nodes and there are no timeout issues? I would suggest that you make sure that all the different hosts and components can...

@luismaiaDEVSCOPE check out https://github.com/keitaroinc/docker-ckan, we build docker images for CKAN and datapusher, where datapusher uses our fork which has features that are not merged upstream such as https://github.com/ckan/datapusher/pull/206 which is...

@luismaiaDEVSCOPE we've been doing this for many years and a lot of folks know about our repo. Feel free to contribute and raise issues, we are always open to collaboration.

@amercader if you're OK with this feature, let's wait on merging until #207 is merged so that I can update the config options in the readme.

@amercader Yeah that makes sense, I will try it out and submit a PR in core. However, it's not immediately clear whether that's just for constructing the URL for the...

@amercader Yeah, just as I suspected, so [site_url](https://github.com/ckan/ckan/blob/master/ckanext/datapusher/logic/action.py#L139) in core gets [set to the callback URL](https://github.com/ckan/ckan/blob/master/ckanext/datapusher/logic/action.py#L66-L70) which is correct. The logic is that once a job is created, datapusher then...

@zelima when running in the cloud, blacklisting can be done on the network elements and service rather than in the application itself. So personally I'm not sure this is a...

@etj yes, you can use ours https://github.com/keitaroinc/docker-ckan