IT:Queues/id: Perbedaan revisi

(Created page with "==emailinput==")
(Updating to match new version of source page)
 
(3 revisi antara oleh satu pengguna lainnya tidak ditampilkan)
Baris 5: Baris 5:
  
 
==emailouput==
 
==emailouput==
Messages are placed on this queue by different servers wanting to send an email. They are collected by the email sending daemon on the messaging server. Messages include the '''To''' address, subject, message content, and a reference to any attachments in S3.
 
  
==reportrequest==
+
==reportrequest==  
The report creation daemon listens to this queue and generates output reports.  
+
 
 +
==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==
 
==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.
 

Revisi terkini pada 7 November 2014 21.36

Bahasa lain:
English • ‎Bahasa Indonesia

Queues

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