Bug 29346: Add holds queue update background job
[koha.git] / Koha / BackgroundJob.pm
2022-05-05 Tomas Cohen AraziBug 29346: Add holds queue update background job
2022-05-05 Tomas Cohen AraziBug 30360: Add methods for dealing with the JSON payload
2022-05-05 Tomas Cohen AraziBug 30360: Add helper methods to Koha::BackgroundJobs
2022-05-03 Jonathan DruartBug 27344: Implement Elastic's update_index_background...
2022-04-13 Kyle HallBug 30410: (QA follow-up) Only fetch plugins mapping...
2022-04-13 Kyle HallBug 30410: (QA follow-up) Pluralise new methods, fix...
2022-04-13 Tomas Cohen AraziBug 30410: Add a way for plugins to expose tasks they...
2022-04-13 Julian MauriceBug 27783: Replace --job-type by --queue
2022-04-04 Tomas Cohen AraziBug 30345: Make Koha::BackgroundJob->enqueue set borrow...
2022-04-04 Jonathan DruartBug 30172: Enqueue the job even if rabbitmq is not...
2022-04-04 Jonathan DruartBug 30172: Prevent race condition when enqueuing a...
2022-03-22 Tomas Cohen AraziBug 30181: (follow-up) Remove redundant queries and...
2022-03-22 Tomas Cohen AraziBug 30181: Make Koha::BackgroundJob->_derived_class...
2022-03-02 Tomas Cohen AraziBug 29857: Rename base class as Koha::Exception
2021-11-05 Jonathan DruartBug 28413: Reduce background job worker memory footprint
2021-10-18 Jonathan DruartBug 28445: Fix encoding issue with the background job...
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 Tomas Cohen AraziBug 29149: (QA follow-up) Reorganize mapping
2021-10-01 Jonathan DruartBug 29149: Add the capability to provide more info...
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-03-05 Jonathan DruartBug 26742: Remove die from connect
2021-03-05 David CookBug 26742: Add configuration to koha-conf.xml for messa...
2020-12-21 Jonathan DruartBug 27127: Make Koha::BackgroundJob->messages return...
2020-10-05 Jonathan DruartBug 22417: Process the jobs even if the message broker...
2020-10-05 Jonathan DruartBug 22417: Add missing POD and html filters
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: Handle errors
2020-10-05 Jonathan DruartBug 22417: Switch to STOMP
2020-10-05 Jonathan DruartBug 22417: Fix borrowernumber values
2020-10-05 Jonathan DruartBug 22417: Add the ability to cancel a job
2020-10-05 Jonathan DruartBug 22417: Add Koha::BackgroundJob[s]