IT:Queues/en

Revisi per 7 November 2014 21.36 oleh FuzzyBot (bicara | kontrib) (Importing a new version from external source)
Bahasa lain:

Queues

The following queues are used within iSIKHNAS to transfer tasks between different elastic servers.

emailinput

emailouput

reportrequest

updatesidecar

Changes made on the live system trigger a function which places the new data in this queue. A daemon on the training server inserts or updates the new data into the Sidecar database

deadletter

This is a special queue for messages which could not be processed. Normally, un-handled messages are placed back on the queue so another server can process them. However, after 20 attempts, if the message has not been successfully processed, there is either a problem with the message format or with the server. In this case the message is placed in the deadletter queue. Messages from the deadletter queue are reported regularly to administrators for debugging purposes.