-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
pending state #186
Comments
+1 (odoo v8, magento 1.9.x) I already tried to use --workers=4 and rely on Whenever I try to reschedule a job, the |
Could someone please have a look and provide assistance? This is a dealbreaker since we need the sync between Magento and Odoo for our business. Thank you in advance. |
Metadata sync is done synchronously, it doesn't use the jobs. |
I configured the jobrunner part as mentioned in the link you provided (thanks for the answer) and since there are no errors in the log I reckon it is working as it should. Here is my odoo start script: http://pastebin.com/SLNerb4w The versions of the magento connector and its dependencies are the latest git commits from the 8.0 branches. |
Update: I just checked the logfile again, it says:
This tells me that the jobrunner should be running I guess, but the line from the link you provided is missing:
Is this due to the fact that we're running a multiple database environment? Is there a way to specify which databased the jobrunner should "take into account"? |
Ok, almost there. The jobrunner is starting but not connecting to your database. Since you have %d in your dbfilter, you need OCA/connector#166 or OCA/connector#165. |
The connector currently tries to use dbfilter to determine which databases to connect to. But that will probably be removed in the next major release, so connector will connect to all databases where |
That did it - thank you very much for your support, especially over the holidays! |
Import is working properly from magente to odoo..can we export product from On Sat, Jan 2, 2016 at 2:56 PM, sschuchlenz [email protected]
Thanks, |
See #188. |
when i click button in odoo backend its jobs are always in pending state....
The text was updated successfully, but these errors were encountered: