queue icon indicating copy to clipboard operation
queue copied to clipboard

Asynchronous Job Queue

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

queue_job: fix retry format with tuple values https://github.com/OCA/queue/pull/348 added support for randomized retry intervals. I could not set randomized retry intervals due to the formatting checks not being updated. This...

approved
ready to merge

This module allows to seemlessly split a big job into smaller jobs. It uses ``queue_job_batch`` to group the created jobs into a batch. Example: ```python class ResPartner(models.Model): # ... def...

This module extends the mail notification feature of Queue Job. It adds the possibility to enable the web notification of failed jobs. When enabled, the user will be notified by...

This module extends the mail notification feature of Queue Job. It adds the possibility to enable the web notification of failed jobs. When enabled, the user will be notified by...

CC @Tecnativa TT45458

approved
ready to merge
stale

Dear maintainer, After updating the dotfiles, `pre-commit run -a` fails in a manner that cannot be resolved automatically. Can you please have a look, fix and merge? Thanks,

help wanted
needs review
stale

## Module The name of the module that has a bug. job_queue ## Describe the bug A clear and concise description of what the bug is. **Doesn't work** ``` job...

bug
stale

This is a topic that has been discussed in multiple threads before (namely https://github.com/OCA/queue/issues/169 https://github.com/OCA/queue/pull/256 https://github.com/OCA/queue/issues/244) and they are all focused around the problems of running queue_job on odoo.sh which...