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

This is a draft PR trying an alternative approach for https://github.com/OCA/queue/pull/566 ```python class ResPartner(models.Model): # ... def copy_all_partners(self): # Duplicate all partners in batches of 30: self.with_delay(split=30).copy() # or def...

approved
ready to merge

Migration from 13.0 to 14.0 of queue_job_web_notify

**Is your feature request related to a problem?** If so, please provide clear and concise description of what the problem is. One off challenges using the job queue is to...

enhancement

Backport https://github.com/OCA/queue/pull/580 to 11.0

stale

This pull request contains changes to replace 'Camptocamp SA' with 'Camptocamp' in __manifest__.py files for branch 16.0.

This pull request contains changes to replace 'Camptocamp SA' with 'Camptocamp' in __manifest__.py files for branch 17.0.

This pull request contains changes to replace 'Camptocamp SA' with 'Camptocamp' in __manifest__.py files for branch 14.0.

This pull request contains changes to replace 'Camptocamp SA' with 'Camptocamp' in __manifest__.py files for branch 15.0.

I'm trying to improve the remediation of started job stucked. Cron Jobs Garbage Collector, with the second parameter, let you requeue started job. But if the root cause like a...