I have a requirement were using Drupal and this module makes perfect sense. Also the requirement involves copying the data to couchDB.

I am using Drupal 8 and have resolved all issues before attempting to try the deployment. I have followed the step by step tutorials mentioned in the documentation to deploy to couchdb.

I only have 1 article in my Drupal which means it should not really take long time to do the deployment. But, what happens is, when I hit deploy it goes in queued and then after some time it goes to in progress. It stayed in progress since last night, nothing came on couchdb side.

Can anyone please guide me on this? Am I doing anything wrong?

I am willing to give direct access to the site since this is just a test site and nothing sensitive is on there yet.

Thank you very much in advance.

Comments

stone2191 created an issue.

blgarg’s picture

Yes, you are right. I have done the same activity on fresh installation of Drupal and getting same error.

ibraaheem’s picture

Are you sure you have run cron? Seems you are using Queue api and not Batch api.
You need to run cron for the actual action to take place