Bug 32612: Add worker-error to log4perl conf
[koha.git] / misc / background_jobs_worker.pl
2023-02-14 Nick ClemensBug 32612: Add worker-error to log4perl conf
2023-02-01 Marcel de RooyBug 32393: (QA follow-up) Add explicit undef response...
2023-02-01 Jonathan DruartBug 32393: Deal with the DB fallback part
2023-02-01 Jonathan DruartBug 32393: Split into 2 try catch blocks
2023-02-01 Jonathan DruartBug 32393: Prevent invalid job to block the job queue
2023-02-01 Kyle HallBug 32573: Send ACK message to RabbitMQ before handling...
2023-01-24 David CookBug 32481: Limit prefetch size for background jobs...
2022-10-14 Marcel de RooyBug 31351: (QA follow-up) Use $self->json in Background...
2022-07-29 Martin RenvoizeBug 30889: (follow-up) Record and use context in backgr...
2022-07-29 Jonathan DruartBug 30889: Set interface to 'intranet'
2022-07-29 Jonathan DruartBug 30889: Set userenv for background jobs
2022-04-13 Martin RenvoizeBug 27783: (follow-up) Rename options
2022-04-13 Tomas Cohen AraziBug 27783: Rename queues and adjust currently defined...
2022-04-13 Julian MauriceBug 27783: Replace --job-type by --queue
2022-04-13 Jonathan DruartBug 27783: Add --job-type to background_jobs_worker.pl
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...
2021-10-01 Agustin MoyanoBug 23678: Allow cancel holds in bulk
2021-10-01 Jonathan DruartBug 26080: Use the task queue for batch delete authorities
2021-10-01 Jonathan DruartBug 26080: Use the task queue for batch delete biblios
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-05-07 Jonathan DruartBug 27756: Fork background jobs to prevent memory leak
2020-10-05 Jonathan DruartBug 22417: Process the jobs even if the message broker...
2020-10-05 Jonathan DruartBug 22417: Send message to /queue
2020-10-05 Jonathan DruartBug 22417: Restore the concept of namespace
2020-10-05 Jonathan DruartBug 22417: Fix the batch authority tool
2020-10-05 Jonathan DruartBug 22417: Switch to STOMP
2020-10-05 Jonathan DruartBug 22417: Add debian script koha-worker