.. meta:: :keywords: trigger .. _doc-lambda-trigger: trigger ======= 신호를 무한정 전송한다. 주의 사항 --------- .. warning:: 이 람다는 유료 플랜에서만 제공됩니다. 속성 목록 --------- * **신호명** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + str + True + | +-----------------+-------+----------+---------------+ 전송할 신호명. * **대기 시간** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + int + True + 4000 | +-----------------+-------+----------+---------------+ 다음 신호가 전송 될 때까지 유휴 시간. (밀리초) 상세 속성 목록 -------------- * **재연결 대기 시간** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | read_and_write + int + True + 1000 | +-----------------+-------+----------+---------------+ 재연결시 대기시간. (밀리초) * **Receive timeout** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + int + True + 4000 | +-----------------+-------+----------+---------------+ 소켓의 수신 제한시간. (밀리초) * **Send timeout** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + int + True + 4000 | +-----------------+-------+----------+---------------+ 소켓의 송신 제한시간. (밀리초) * **Receive messages** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + int + True + 256 | +-----------------+-------+----------+---------------+ 소켓의 수신 버퍼가 수용할 수 있는 메시지 개수. * **Send messages** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + int + True + 256 | +-----------------+-------+----------+---------------+ 소켓의 송신 버퍼가 수용할 수 있는 메시지 개수. * **Receive buffer byte** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + int + True + 33554432 | +-----------------+-------+----------+---------------+ 단일 패킷의 수신 버퍼의 크기. (바이트) .. note:: 33554432 Byte == 32 MByte * **Send buffer byte** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + int + True + 33554432 | +-----------------+-------+----------+---------------+ 단일 패킷의 송신 버퍼 크기. (바이트) .. note:: 33554432 Byte == 32 MByte * **Reconnect min time** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + int + True + 20 | +-----------------+-------+----------+---------------+ 이전 연결 시도가 실패한 후 재시도 까지 대기하는 최소 시간. (밀리초) * **Reconnect max time** +-----------------+-------+----------+---------------+ | Rule + Type + Required + Default value | +=================+=======+==========+===============+ | initialize_only + int + True + 20 | +-----------------+-------+----------+---------------+ 이전 연결 시도가 실패한 후 재시도 까지 대하기는 최대 시간. (밀리초)