[Koha-bugs] [Bug 29388] No need to decode data from misc/background_jobs_worker.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 2 12:29:59 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29388

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Logging that here as I won't do the same mistake again.
This is actually invalid, see the FIXME:

 59         # FIXME This means we need to have create the DB entry before
 60         # It could work in a first step, but then we will want to handle
job that will be created from the message received
 61         my $job = Koha::BackgroundJobs->find($args->{job_id});

We actually need a way to enqueue without creating the row in DB, sending the
request to RabbitMQ would be enough.

Isn't it?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list