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

            Bug ID: 32305
           Summary: Backround worker doesn't check jobs receive from
                    rabbitmq are in 'new' state.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

How to reproduce :

1) stop rabbitmq and koha-worker services.
2) start koha-worker , without rabbitmq it's polling the database.
3) start rabbitmq, koha-worker is not connecting to it.
4) submit a job. A new row is add to background_jobs table and the job is
enqueued in rabbitmq.
5) the job is processed by koha-worker from the database.
6) restart koha-worker, this time connection to rabbitmq succeeded 
7) koha-worker receive job message from rabbitmq and rerun it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to