Skip to content

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

@Robrechtc

Description

@Robrechtc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugstalePR/Issue without recent activity, it'll be soon closed automatically.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions