Author Topic: Qloader upload interval  (Read 2737 times)

tank30

  • Newbie
  • *
  • Posts: 46
  • Karma: 0
    • View Profile
Qloader upload interval
« on: February 11, 2008, 14:21:14 »
Hi,
  What exactly is the time interval that qloader parses the queue.log and uploads into mysql? Im guessing
$log_every_num is relevant but I need to be sure.
 I have searched the site but found nothing.

Thank you
Kyriakos

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Qloader upload interval
« Reply #1 on: February 13, 2008, 09:28:50 »
It usually happens in realtime. When there are no more lines in the queue_log, the qloaderd waits one second before trying if there are new lines appended. So it's practically real-time.


tank30

  • Newbie
  • *
  • Posts: 46
  • Karma: 0
    • View Profile
Re: Qloader upload interval
« Reply #2 on: February 13, 2008, 10:17:44 »
OK, thank you for the reply!   :)