Git Product home page Git Product logo

Comments (6)

rvalyi avatar rvalyi commented on July 19, 2024 4

gah that --load=queue_job thing is easily forgotten... And then even me was banging my head against the wall several hours to figure out why the damn job wouldn't start...

from queue.

guewen avatar guewen commented on July 19, 2024 1

queue_job must be in --load or SERVER_WIDE_MODULES.

Suggested reading if not yet done: http://odoo-connector.com/guides/jobrunner.html

from queue.

leonelfolmer avatar leonelfolmer commented on July 19, 2024

Hi @rvalyi, seems you already solve the problem. Can you please help me out with that? Im still stuck. Trying to install Jira Connector but the jobs are not running. What exactly you do?

Im trying to edit my odoo-server.log file but not work:

[options]
; This is the password that allows database operations:
admin_passwd = admin
xmlrpc_port = 8069
logfile = /var/log/odoo/odoo-server.log

workers = 4
server_wide_modules = queue_job

[queue_job]
channels = root:1,root.connector_jira.import:2

from queue.

guewen avatar guewen commented on July 19, 2024

@leonelfolmer can you try with root:2,root:connector_jira:2,root.connector_jira.import:2? I wonder if it doesn't default root:connector_jira to 0 if not declared.

Side note: it does not make sense to set 2 slots in the channel root.connector_jira.import if the root channel has 1 slot, either set 2 slots in root, or set 1 slot in root.connector_jira.import.

from queue.

leonelfolmer avatar leonelfolmer commented on July 19, 2024

Thank you for your time @guewen and sorry for my late response. it´s working now. I have all jobs running but nothing importing from Jira to Odoo Projects.

In some jobs I got this exception:

jira_key = assignee['key'] KeyError: 'key'

from queue.

github-actions avatar github-actions commented on July 19, 2024

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

from queue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.