1 Dec
2020
1 Dec
'20
9:31 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245 --- Comment #52 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- An easy (but lazy) implementation could be: - Have a Koha::BackgroundJob::Plugin - Your plugin class inherit it and has a job_type="plugin|Your::Plugin::Class" - Your plugin implement ->process You can now call ->enqueue to enqueue the job, and the worker will process it when possible. However we don't have the "at" part here, it should be done on a separate bug report with bug 1993 in mind. I think Tomas's idea was to have REST API routes to enqueue new jobs. -- You are receiving this mail because: You are watching all bug changes.