OCA / queue

Asynchronous Job Queue
GNU Affero General Public License v3.0
179 stars 452 forks source link

Cron Job Runner doesn't seem to work on odoo.sh #486

Closed Robrechtc closed 1 year ago

Robrechtc commented 1 year ago

Module name:

queue_job_cron_jobrunner

Describe the bug

The queue_job still uses the default behavior of sending HTTPRequests to start jobs, instead of using ir.cron.

To Reproduce

Affected versions: 15.0

Steps to reproduce the behavior:

  1. Create a chain of jobs to execute
  2. Run these jobs
  3. Check odoo logs (preferably with tail -f odoo.log from a shell, since the Odoo.sh logs tab will break).

Expected behavior The jobs are started with an ir.cron-object instead of using HTTPWorkers

Additional context

image

github-actions[bot] commented 1 year ago

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.