-
-
Notifications
You must be signed in to change notification settings - Fork 549
Closed
Labels
bugstalePR/Issue without recent activity, it'll be soon closed automatically.PR/Issue without recent activity, it'll be soon closed automatically.
Description
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:
- Create a chain of jobs to execute
- Run these jobs
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugstalePR/Issue without recent activity, it'll be soon closed automatically.PR/Issue without recent activity, it'll be soon closed automatically.
