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

Implement channel on queue_job_cron_jobrunner

approved
ready to merge

## Module queue_job_cron ## Describe the bug Crons no longer execute server action methods. ## To Reproduce **Affected versions**: 18.0 Steps to reproduce the behavior: 1. Add error raise to...

bug

Summary: When calling with_delay() multiple times within the same transaction (i.e., before env.cr.commit()), the queue_job system enqueues and executes each job multiple times based on its position in the list....

bug

When the `queue_job_keep_context` context variable is set, always preserve the entire context. This honors the principle of least surprise, in that a developer can easily convert a record.method() call to...

Following PRs were missing in 15.0 branch. They are now forward ported: - #382 - #449 - #466 (keep and update tests) - #624 - #625 - #643 - #657...

Changed link to README from 12.0 to 13.0

**Is your feature request related to a problem?** The configuration of the channels is stored in a configuration file/environment variable and need a restart of the jobrunner to be applied....

enhancement

When queue jobs performing its vaccuum, delete also queue batch where job_ids is 0.