queue
queue copied to clipboard
Asynchronous Job Queue
https://github.com/OCA/queue/blob/21e3532bbc5cf77d256ce883de6e7b3b0fc1a9f0/queue_job/migrations/15.0.1.1.0/post-migration.py#L11 Just saw it in upgrade warnings, no investigation.
## Module queue_job ## Describe the bug I am using queue job that consists of a chain having inside single jobs and group of jobs. So my chain looks like...
When this parameter is set, queue_job always preserves the entire context. This honors the principle of least surprise, in that a developer can easily convert a record.method() call to record.with_delay().method()...
## Module queue_job ## Describe the bug Since https://github.com/OCA/queue/pull/347, jobs have a `cancelled` state. However the job runner does not understand this state. https://github.com/OCA/queue/blob/0bf3a1a48100fce68f3ece7aca1eee39001e59bb/queue_job/jobrunner/channels.py#L1048-L1061 This may lead to cancelled job...
Depended on: * https://github.com/OCA/queue/pull/523
You can easily link records to their related jobs TODO - [ ] write tests - [ ] decide if we keep it in queue_job or should be moved to...
ref: https://github.com/OCA/queue/issues/585#issuecomment-1823958753
To reproduce the error: 1) Add multiple sub-channels under the root channel. 2) Create jobs past the deadline. 3) Run the "AutoVacuum Job Queue" job again in Scheduled Actions. Autovacuum...
It would nice if we could specify which states will make identity_exact match when looking for existing jobs. In some cases is desirable to match STARTED jobs too. See motivation...
I have this everytime, the server is runing on multi jobs ``` 2023-11-20 11:51:56,807 2315175 INFO Database werkzeug: 127.0.0.1 - - [20/Nov/2023 11:51:56] "GET /queue_job/runjob?db=tecnibo&job_uuid=592f8f47-3fbd-4811-899d-ee2f22b8fa74 HTTP/1.1" 500 - 43 0.033...