Skip to content

[17.0] The job stay in pending status on odoo.sh #957

Description

@rladeon

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

  1. Access the list view in Odoo 17.0.
  2. Click a button to trigger a job.
  3. 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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions