queue icon indicating copy to clipboard operation
queue copied to clipboard

Asynchronous Job Queue

Results 103 queue issues
Sort by recently updated
recently updated
newest added

File "/odoo/custom/addons/queue_job/jobrunner/channels.py", line 83, in add heappush(self._heap, o) MemoryError

bug

FWP from 14.0: https://github.com/OCA/queue/pull/443 Add `base_sparse_field` dependency to prevent errors in test if addon not loaded. https://github.com/OCA/queue/blob/14.0/queue_job/models/queue_job.py#L12 Please @pedrobaeza can you review it? @Tecnativa TT35938

approved

Use the most efficient Selector implementation available on the current platform Odoo supports only SelectSelector but it is a little obsolete python >= 3.4 supports a new high-level library Selectors:...

approved

I had an issue where the execution of the queue job would not except a RetryableJobError, but still end up requeuing itself (because a few rows failed ? honestly not...

So we can configure the size of the channel. We experienced a lot of locks and concurrent update issues on a table because tens of jobs were running in parallel...

How do I make the job queue to requeue after a job failure?

question

## Module Strange behavior in queue_job for odoo v14. ## Describe the bug A clear and concise description of what the bug is. I am running some methods with `with_delay`...

bug

- Add saved context to the job - This was in the first draft https://github.com/OCA/queue/pull/406 but was missing in the https://github.com/OCA/queue/pull/432 PR that ended up being merged due to an...

approved
ready to merge

Hi, i have this error on console log: 2022-07-12 08:34:48,431 22928 ERROR ? odoo.addons.queue_job.jobrunner.runner: exception: sleeping 5s and retrying Traceback (most recent call last): File "c:\users\lorenzo\pycharmprojects\odoo-14-dev\queue_job\jobrunner\runner.py", line 507, in run...

bug
stale