https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30654 --- Comment #10 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #8)
It seems to me that the order of operations should be the following:
1. Connect to RabbitMQ 2. Insert job in DB 3. Commit job in DB 4. Send message to a durable RabbitMQ queue 5. Output result of send message to user 5a. If successful, say job has been created 5b. If unsuccessful, say there was a problem creating job and to contact an administrator
Actually that should be: 1. Connect to RabbitMQ 2. Insert job in DB 3. Commit job in DB 4. Send message to a durable RabbitMQ queue 5. Output result of send message to user 5a. If successful, say job has been created. 5b. If unsuccessful, say there was a problem creating job and to contact an administrator, and update/commit job in DB as failed. -- You are receiving this mail because: You are watching all bug changes.