Module
The Queue Job and Queue Job Cron Jobrunner modules are installed on odoo.sh with Odoo version 17.0.
Bug Description
Jobs remain in "pending" status on odoo.sh after clicking a button in the list view. Javascript code call a Python function with http request.
Steps to Reproduce
- Access the list view in Odoo 17.0.
- Click a button to trigger a job.
- Observe that the job remains stuck in "enqueue" status.
Expected Behavior
The program should:
- Start in the Queue Job context.
- Automatically retry if the process ends abnormally.
Additional context

Module
The Queue Job and Queue Job Cron Jobrunner modules are installed on odoo.sh with Odoo version 17.0.
Bug Description
Jobs remain in "pending" status on odoo.sh after clicking a button in the list view. Javascript code call a Python function with http request.
Steps to Reproduce
Expected Behavior
The program should:
Additional context