6184 lines
842 KiB
Plaintext

2026-03-13 04:43:14.609 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-13 04:43:14.609 DEBUG [tests.conftest] Running test: test_high_message_volume_sync with id: 2026-03-13_04-43-14__c57784f0-0250-40b0-8f90-d098d287134a
2026-03-13 04:43:14.609 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-13 04:43:14.616 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:43:14.616 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-43-14__c57784f0-0250-40b0-8f90-d098d287134a__wakuorg_nwaku:latest.log
2026-03-13 04:43:14.622 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:43:14.623 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-43-14__c57784f0-0250-40b0-8f90-d098d287134a__wakuorg_nwaku:latest.log
2026-03-13 04:43:14.629 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:43:14.629 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-13_04-43-14__c57784f0-0250-40b0-8f90-d098d287134a__wakuorg_nwaku:latest.log
2026-03-13 04:43:14.629 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-13 04:43:14.630 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:43:14.630 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:43:14.631 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:43:14.631 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.250
2026-03-13 04:43:14.632 DEBUG [src.node.docker_mananger] Generated ports ['30531', '30532', '30533', '30534', '30535']
2026-03-13 04:43:14.632 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:43:14.632 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:43:14.632 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:43:14.632 DEBUG [src.node.docker_mananger] docker run -i -t -p 30531:30531 -p 30532:30532 -p 30533:30533 -p 30534:30534 -p 30535:30535 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30533 --rest-port=30531 --tcp-port=30532 --discv5-udp-port=30534 --rest-address=0.0.0.0 --nat=extip:172.18.83.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=abbb46bd85da4ca70bde9f29d3d99edba8fd0dc93fafbcef7ed7e8eaa76cca5e --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30535 --metrics-logging=true --relay=true
2026-03-13 04:43:14.833 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.250 waku 919a0916207043e0f2bf2193a26216949e5765080e9f379dcf272234007a23f4
2026-03-13 04:43:14.850 ERROR [src.node.docker_mananger] Max retries reached for container 3e877ba453d3. Exiting log stream.
2026-03-13 04:43:14.873 DEBUG [src.node.docker_mananger] Container started with ID 919a09162070. Setting up logs at ./log/docker/node1_2026-03-13_04-43-14__c57784f0-0250-40b0-8f90-d098d287134a__wakuorg_nwaku:latest.log
2026-03-13 04:43:14.873 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30531
2026-03-13 04:43:14.875 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:43:15.410 ERROR [src.node.docker_mananger] Max retries reached for container 58843e51491e. Exiting log stream.
2026-03-13 04:43:15.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:15.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-13 04:43:15.879 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:43:15.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:15.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.250/tcp/30532/p2p/16Uiu2HAmViXHdNdJBsH1hLcrqPmeQicwaTeeNW2h5gXGqnPhTtFv","/ip4/172.18.83.250/tcp/30533/ws/p2p/16Uiu2HAmViXHdNdJBsH1hLcrqPmeQicwaTeeNW2h5gXGqnPhTtFv"],"enrUri":"enr:-L24QPn_HaWLaNJ6f6KLyYZLjb4ngdjBRfEyUhjQkH_rjA3LOnh0-k8KIbjuxKoNnWQLPX9iYo-PKyZaiGfAqbL0tagCgmlkgnY0gmlwhKwSU_qKbXVsdGlhZGRyc5YACASsElP6BndEAAoErBJT-gZ3Rd0DgnJzhQADAQAAiXNlY3AyNTZrMaED_X5mjZQjCX8vgDAAM39P5xpgfXjStBSxNJl7W2gbmB2DdGNwgndEg3VkcIJ3RoV3YWt1MhM"}'
2026-03-13 04:43:15.882 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:43:15.882 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:43:15.882 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:43:15.884 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:43:15.884 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.5
2026-03-13 04:43:15.884 DEBUG [src.node.docker_mananger] Generated ports ['33245', '33246', '33247', '33248', '33249']
2026-03-13 04:43:15.884 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:43:15.884 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:43:15.884 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:43:15.885 DEBUG [src.node.docker_mananger] docker run -i -t -p 33245:33245 -p 33246:33246 -p 33247:33247 -p 33248:33248 -p 33249:33249 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33247 --rest-port=33245 --tcp-port=33246 --discv5-udp-port=33248 --rest-address=0.0.0.0 --nat=extip:172.18.252.5 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5d4baf4bf4a386cb9c3ee36fc4ec6faecdae6eac40afa17daf5771136f368c9b --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33249 --metrics-logging=true --relay=true --storenode=/ip4/172.18.83.250/tcp/30532/p2p/16Uiu2HAmViXHdNdJBsH1hLcrqPmeQicwaTeeNW2h5gXGqnPhTtFv --discv5-bootstrap-node=enr:-L24QPn_HaWLaNJ6f6KLyYZLjb4ngdjBRfEyUhjQkH_rjA3LOnh0-k8KIbjuxKoNnWQLPX9iYo-PKyZaiGfAqbL0tagCgmlkgnY0gmlwhKwSU_qKbXVsdGlhZGRyc5YACASsElP6BndEAAoErBJT-gZ3Rd0DgnJzhQADAQAAiXNlY3AyNTZrMaED_X5mjZQjCX8vgDAAM39P5xpgfXjStBSxNJl7W2gbmB2DdGNwgndEg3VkcIJ3RoV3YWt1MhM
2026-03-13 04:43:16.085 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.5 waku 37afeb42b1f3b23d1a953444356463393a7871b471a4af3d7c63da7f8044a185
2026-03-13 04:43:16.124 DEBUG [src.node.docker_mananger] Container started with ID 37afeb42b1f3. Setting up logs at ./log/docker/node2_2026-03-13_04-43-14__c57784f0-0250-40b0-8f90-d098d287134a__wakuorg_nwaku:latest.log
2026-03-13 04:43:16.126 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33245
2026-03-13 04:43:16.128 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:43:17.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:17.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-13 04:43:17.132 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:43:17.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:17.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.5/tcp/33246/p2p/16Uiu2HAmDiJsihAc6GhxDLPCCH8MScuTrvjapfRGvJ7gJXiUNMK1","/ip4/172.18.252.5/tcp/33247/ws/p2p/16Uiu2HAmDiJsihAc6GhxDLPCCH8MScuTrvjapfRGvJ7gJXiUNMK1"],"enrUri":"enr:-L24QAOxqwmKSNIzuB6oIspoK2W2TXDv7DbtLmZarfx4inUefruajtxvGNf12jxsjWC2OMXzLMBwg42wGt2JGkN0l6MCgmlkgnY0gmlwhKwS_AWKbXVsdGlhZGRyc5YACASsEvwFBoHeAAoErBL8BQaB390DgnJzhQADAQAAiXNlY3AyNTZrMaEDD7VgD_cEcYvPy2KbjGPexR9MQWdPvc1tuCX54ZuktHyDdGNwgoHeg3VkcIKB4IV3YWt1MhM"}'
2026-03-13 04:43:17.136 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:43:17.136 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:43:17.136 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:43:17.138 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:43:17.138 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.50.50
2026-03-13 04:43:17.138 DEBUG [src.node.docker_mananger] Generated ports ['12796', '12797', '12798', '12799', '12800']
2026-03-13 04:43:17.138 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:43:17.138 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:43:17.139 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:43:17.139 DEBUG [src.node.docker_mananger] docker run -i -t -p 12796:12796 -p 12797:12797 -p 12798:12798 -p 12799:12799 -p 12800:12800 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12798 --rest-port=12796 --tcp-port=12797 --discv5-udp-port=12799 --rest-address=0.0.0.0 --nat=extip:172.18.50.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae790b2dfdfe0ff6afdcfdde2efe31dc6bdb0da1fce2186ffde1436adc7925df --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12800 --metrics-logging=true --relay=true --storenode=/ip4/172.18.252.5/tcp/33246/p2p/16Uiu2HAmDiJsihAc6GhxDLPCCH8MScuTrvjapfRGvJ7gJXiUNMK1 --discv5-bootstrap-node=enr:-L24QAOxqwmKSNIzuB6oIspoK2W2TXDv7DbtLmZarfx4inUefruajtxvGNf12jxsjWC2OMXzLMBwg42wGt2JGkN0l6MCgmlkgnY0gmlwhKwS_AWKbXVsdGlhZGRyc5YACASsEvwFBoHeAAoErBL8BQaB390DgnJzhQADAQAAiXNlY3AyNTZrMaEDD7VgD_cEcYvPy2KbjGPexR9MQWdPvc1tuCX54ZuktHyDdGNwgoHeg3VkcIKB4IV3YWt1MhM
2026-03-13 04:43:17.336 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.50.50 waku f345f0ff262fc8eef2237a5abcf208fed73b02f420394a16043ab2ca2653ab0c
2026-03-13 04:43:17.372 DEBUG [src.node.docker_mananger] Container started with ID f345f0ff262f. Setting up logs at ./log/docker/node3_2026-03-13_04-43-14__c57784f0-0250-40b0-8f90-d098d287134a__wakuorg_nwaku:latest.log
2026-03-13 04:43:17.372 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12796
2026-03-13 04:43:17.373 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:43:18.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:18.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-13 04:43:18.376 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:43:18.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:18.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.50.50/tcp/12797/p2p/16Uiu2HAmU2cjqM91UYDyqiB1jSqm53ywim7tTJEHrj8CacYu9naj","/ip4/172.18.50.50/tcp/12798/ws/p2p/16Uiu2HAmU2cjqM91UYDyqiB1jSqm53ywim7tTJEHrj8CacYu9naj"],"enrUri":"enr:-L24QMY9F9-3eQc9ro0f2IwiJN64U2g0ZZlXqCZK8BKpL77_N6TBRBK1i5fMrDAOTD1dOoZE3b957gzYzd-BsSC98rUCgmlkgnY0gmlwhKwSMjKKbXVsdGlhZGRyc5YACASsEjIyBjH9AAoErBIyMgYx_t0DgnJzhQADAQAAiXNlY3AyNTZrMaED5GmlTc2Ads4nx6h1Caa9wtn5CyzjP_Toq-53SSUSNBiDdGNwgjH9g3VkcIIx_4V3YWt1MgE"}'
2026-03-13 04:43:18.379 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:43:18.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.83.250/tcp/30532/p2p/16Uiu2HAmViXHdNdJBsH1hLcrqPmeQicwaTeeNW2h5gXGqnPhTtFv"]'
2026-03-13 04:43:18.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.252.5/tcp/33246/p2p/16Uiu2HAmDiJsihAc6GhxDLPCCH8MScuTrvjapfRGvJ7gJXiUNMK1"]'
2026-03-13 04:43:18.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-13 04:43:18.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-13 04:43:18.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-13 04:43:18.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.439 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.448 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.458 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.466 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.477 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.484 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.495 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.500 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.510 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.517 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.528 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.533 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.545 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.551 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.563 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.570 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.581 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.588 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.599 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.605 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.616 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.625 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.635 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.640 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.652 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.668 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.686 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.704 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.704 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.710 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.721 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.728 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.740 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.745 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.758 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.763 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.774 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.783 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.794 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.799 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.810 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.815 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.826 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.834 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.844 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.849 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.861 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.867 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.880 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.887 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.898 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.903 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.917 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.922 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.933 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.941 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.952 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.958 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.969 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.976 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:18.987 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:18.987 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:18.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:18.994 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.005 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.012 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.025 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.030 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.040 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.049 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.059 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.064 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.077 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.083 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.094 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.101 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.112 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.128 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.134 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.146 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.153 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.164 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.171 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.183 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.199 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.207 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.219 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.226 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.238 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.245 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.257 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.264 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.276 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.282 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.293 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.299 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.310 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.318 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.329 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.333 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.345 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.353 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.363 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.371 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.381 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.381 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.387 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.398 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.414 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.422 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.432 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.448 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.464 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.482 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.488 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.500 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.508 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.519 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.526 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.537 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.553 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.559 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.570 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.578 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.588 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.595 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.607 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.613 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.624 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.633 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.643 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.648 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.660 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.665 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.676 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.683 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.693 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.699 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.710 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.728 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.735 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.746 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.752 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.765 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.771 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.781 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.789 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.800 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.805 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.816 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.822 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.832 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.841 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.852 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.859 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.872 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.879 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.890 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.898 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.909 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.915 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.926 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.942 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.950 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.961 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.966 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.978 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:19.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:19.983 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:19.994 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:19.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.002 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.013 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.018 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.029 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.035 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.046 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.066 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.071 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.084 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.089 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.100 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.109 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.119 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.125 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.136 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.154 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.162 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.173 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.179 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.191 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.207 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.217 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.227 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.232 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.244 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.259 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.270 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.281 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.286 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.299 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.306 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.317 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.327 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.337 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.354 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.361 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.372 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.379 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.390 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.390 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.395 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.407 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.424 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.433 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.444 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.449 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.460 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.466 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.477 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.484 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.495 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.500 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.511 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.516 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.526 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.534 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.545 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.550 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.563 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.571 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.581 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.588 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.601 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.607 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.619 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.625 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.635 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.642 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.653 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.660 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.671 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.678 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.688 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.695 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.706 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.742 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.754 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.760 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.771 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.778 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.788 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.794 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.805 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.805 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.811 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.822 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.831 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.841 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.846 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.857 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.862 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.873 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.881 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.892 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.896 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.907 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.926 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.934 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.946 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.953 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.964 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.970 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:20.980 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:20.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:20.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:20.989 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.001 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.019 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.025 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.036 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.044 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.056 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.063 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.074 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.081 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.091 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.099 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.110 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.115 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.127 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.134 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.144 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.164 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.181 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.187 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.197 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.197 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.206 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.217 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.221 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.232 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.240 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.251 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.259 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.269 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.274 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.285 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.286 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.292 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.302 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.312 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.323 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.330 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.342 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.359 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.366 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.377 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.383 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.395 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.401 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.411 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.418 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.428 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.433 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.444 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.450 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.461 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.469 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.479 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.487 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.498 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.503 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.514 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.534 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.550 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.557 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.570 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.578 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.589 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.594 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.605 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.610 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.622 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.629 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.640 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.640 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.648 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.659 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.665 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.676 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.685 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.695 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.701 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.712 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.717 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.730 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.739 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.750 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.755 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.767 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.773 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.784 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.803 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.808 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.820 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.827 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.838 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.846 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.856 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.861 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.872 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.878 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.888 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.895 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.906 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.911 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.922 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.930 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.941 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.949 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.959 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.976 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:21.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:21.981 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:21.992 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:21.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.001 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.012 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.019 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.030 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.035 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.046 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.065 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.070 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.081 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.088 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.098 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.107 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.117 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.135 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.141 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.152 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.171 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.176 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.188 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.194 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.205 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.213 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.223 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.230 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.242 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.248 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.259 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.267 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.279 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.284 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.298 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.304 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.315 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.323 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.333 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.341 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.352 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.357 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.369 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.376 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.387 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.392 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.403 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.410 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.420 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.429 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.439 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.444 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.455 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.455 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.461 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.472 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.479 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.490 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.496 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.507 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.513 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.523 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.532 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.542 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.547 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.558 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.564 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.575 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.585 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.595 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.601 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.612 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.620 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.631 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.639 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.650 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.658 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.669 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.676 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.686 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.694 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.707 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.712 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.723 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.728 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.740 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.748 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.758 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.764 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.777 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.784 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.795 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.802 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.813 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.819 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.831 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.850 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.868 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.885 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.903 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.911 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.922 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.927 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.939 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.944 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.955 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.963 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.974 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.980 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:22.992 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:22.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:22.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:22.997 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.008 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.017 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.027 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.033 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.045 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.052 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.063 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.070 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.081 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.088 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.099 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.106 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.117 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.135 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.140 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.151 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.157 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.168 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.178 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.188 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.194 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.206 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.212 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.223 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.231 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.241 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.247 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.258 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.263 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.275 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.281 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.291 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.297 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.308 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.325 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.334 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.344 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.353 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.364 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.370 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.381 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.381 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.390 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.401 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.406 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.416 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.423 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.433 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.440 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.452 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.457 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.468 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.474 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.484 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.494 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.505 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.510 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.521 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.527 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.537 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.545 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.555 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.572 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.577 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.588 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.595 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.606 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.613 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.624 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.631 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.643 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.651 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.661 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.667 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.678 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.683 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.694 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.701 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.712 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.729 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.736 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.747 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.753 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.765 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.770 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.781 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.787 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.797 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.807 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.818 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.825 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.836 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.854 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.863 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.874 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.880 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.891 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.897 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.908 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.916 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.928 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.935 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.947 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.954 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.964 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.973 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.984 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:23.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:23.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:23.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:23.999 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.005 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.016 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.034 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.039 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.051 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.069 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.076 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.087 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.093 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.105 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.112 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.122 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.131 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.141 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.147 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.158 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.163 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.174 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.181 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.192 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.197 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.209 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.216 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.226 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.234 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.244 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.261 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.267 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.277 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.295 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.300 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.311 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.316 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.327 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.334 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.345 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.350 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.362 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.368 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.379 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.386 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.399 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.405 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.417 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.423 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.434 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.443 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.454 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.459 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.470 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.476 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.486 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.494 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.505 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.511 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.522 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.539 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.547 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.558 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.563 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.575 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.582 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.593 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.603 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.613 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.619 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.630 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.635 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.646 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.655 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.666 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.671 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.681 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.690 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.701 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.711 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.722 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.729 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.740 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.745 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.756 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.764 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.774 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.781 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.792 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.798 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.809 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.819 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.830 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.837 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.848 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.853 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.864 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.884 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.899 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.911 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.917 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.928 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.936 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.947 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.951 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.963 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:24.981 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:24.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:24.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:24.989 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.000 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.005 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.016 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.023 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.034 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.042 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.053 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.059 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.071 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.079 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.090 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.099 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.110 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.115 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.127 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.133 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.145 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.155 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.166 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.172 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.184 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.199 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.207 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.218 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.223 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.235 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.242 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.252 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.261 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.271 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.276 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.287 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.293 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.303 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.311 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.323 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.327 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.338 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.345 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.355 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.365 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.375 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.393 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.398 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.408 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.415 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.425 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.441 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.451 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.462 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.469 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.481 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.486 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.497 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.503 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.515 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.522 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.533 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.550 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.550 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.555 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.566 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.574 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.585 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.591 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.602 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.607 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.618 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.626 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.636 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.641 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.654 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.660 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.670 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.679 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.690 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.694 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.706 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.711 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.721 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.729 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.739 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.745 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.756 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.762 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.772 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.780 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.790 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.797 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.809 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.814 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.825 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.834 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.845 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.850 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.861 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.866 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.876 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.884 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.895 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.905 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.919 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.943 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.953 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.964 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.972 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:25.984 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:25.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:25.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:25.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.002 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.010 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.021 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.030 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.040 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.059 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.067 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.078 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.086 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.097 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.105 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.117 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.125 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.136 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.157 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.169 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.190 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.198 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.208 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.217 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.228 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.236 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.247 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.256 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.267 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.276 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.287 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.295 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.306 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.316 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.327 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.349 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.358 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.368 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.376 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.387 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.395 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.407 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.414 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.424 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.435 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.445 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.452 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.464 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.482 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.503 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.509 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.525 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.536 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.546 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.556 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.566 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.574 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.585 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.592 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.603 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.613 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.625 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.635 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.646 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.654 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.664 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.674 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.685 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.705 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.725 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.745 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.753 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.765 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.774 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.784 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.805 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.805 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.816 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.827 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.837 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.848 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.857 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.870 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.878 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.890 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.899 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.909 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.917 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.929 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.936 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.948 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.955 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.966 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:26.986 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:26.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:26.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:26.997 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.008 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.016 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.027 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.035 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.048 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.067 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.076 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.089 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.099 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.109 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.133 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.155 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.164 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.175 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.183 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.194 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.202 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.212 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.222 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.232 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.240 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.252 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.260 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.272 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.279 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.290 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.297 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.309 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.317 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.328 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.336 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.346 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.360 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.372 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.385 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.396 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.407 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.418 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.425 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.438 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.446 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.456 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.466 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.477 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.485 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.496 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.505 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.517 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.527 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.537 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.546 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.557 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.566 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.577 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.586 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.597 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.604 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.617 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.623 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.633 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.641 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.652 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.659 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.671 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.681 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.693 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.702 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.713 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.713 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.722 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.733 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.742 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.753 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.761 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.772 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.779 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.790 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.797 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.809 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.818 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.829 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.839 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.850 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.869 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.878 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.889 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.897 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.909 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.918 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.931 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.942 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.952 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.959 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.973 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.973 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:27.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:27.983 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:27.994 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:27.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.002 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.013 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.020 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.032 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.041 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.052 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.061 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.072 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.080 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.091 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.099 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.110 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.129 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.138 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.150 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.159 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.171 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.179 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.189 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.207 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.216 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.227 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.234 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.245 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.257 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.268 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.280 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.290 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.298 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.310 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.319 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.330 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.349 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.358 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.368 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.378 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.389 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.396 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.407 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.424 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.433 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.444 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.455 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.466 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.474 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.485 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.504 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.514 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.524 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.533 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.544 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.551 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.563 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.573 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.583 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.584 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.591 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.601 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.609 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.621 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.629 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.640 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.640 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.660 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.667 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.679 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.687 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.698 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.706 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.719 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.728 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.739 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.739 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.746 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.758 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.767 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.777 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.787 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.799 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.809 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.819 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.826 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.839 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.847 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.858 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.867 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.879 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.889 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.899 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.908 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.919 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.929 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.940 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.950 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.961 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:28.980 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:28.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:28.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:28.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.000 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.019 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.026 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.038 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.046 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.058 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.066 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.077 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.086 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.098 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.106 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.117 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.128 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.138 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.146 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.158 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.168 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.178 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.187 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.198 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.205 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.218 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.227 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.238 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.248 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.259 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.268 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.279 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.291 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.302 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.310 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.321 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.341 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.349 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.359 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.366 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.377 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.383 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.396 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.402 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.413 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.420 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.431 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.438 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.451 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.457 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.468 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.475 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.485 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.495 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.506 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.516 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.527 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.535 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.545 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.554 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.565 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.572 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.583 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.591 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.603 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.610 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.623 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.633 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.644 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.651 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.663 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.672 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.683 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.703 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.711 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.722 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.731 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.743 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.753 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.763 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.771 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.782 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.790 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.803 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.812 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.823 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.834 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.844 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.852 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.864 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.884 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.892 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.903 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.910 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.921 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.944 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.954 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.966 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.974 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:29.986 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:29.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:29.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:29.995 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.005 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.014 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.024 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.033 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.044 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.052 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.063 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.072 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.083 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.083 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.091 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.102 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.112 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.124 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.131 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.142 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.150 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.162 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.168 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.178 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.187 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.198 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.206 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.218 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.226 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.236 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.244 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.255 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.261 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.275 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.283 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.294 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.303 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.313 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.321 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.332 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.341 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.352 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.361 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.374 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.382 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.394 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.401 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.412 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.422 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.433 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.441 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.452 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.463 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.474 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.482 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.492 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.501 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.514 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.533 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.553 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.573 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.581 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.593 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.602 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.612 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.621 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.632 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.640 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.650 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.659 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.670 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.679 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.690 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.698 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.709 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.730 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.737 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.749 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.749 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.758 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.769 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.777 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.788 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.795 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.806 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.815 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.825 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.835 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.846 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.852 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.865 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.884 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.892 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.903 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.910 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.922 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.930 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.941 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.947 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.960 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.968 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.979 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:30.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:30.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:30.999 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:30.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.018 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.026 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.037 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.058 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.065 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.077 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.083 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.095 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.104 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.116 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.135 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.154 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.162 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.173 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.181 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.192 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.201 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.214 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.223 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.235 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.245 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.255 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.264 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.276 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.284 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.295 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.303 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.317 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.324 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.335 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.344 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.355 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.375 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.392 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.410 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.418 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.429 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.438 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.449 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.456 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.468 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.477 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.488 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.498 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.509 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.517 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.527 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.536 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.548 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.556 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.569 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.578 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.589 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.598 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.609 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.619 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.631 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.639 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.652 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.660 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.672 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.679 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.690 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.697 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.707 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.716 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.727 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.735 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.746 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.767 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.775 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.786 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.796 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.807 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.814 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.827 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.836 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.847 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.856 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.868 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.878 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.889 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.895 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.906 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.912 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.923 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.933 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.944 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.951 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.962 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.970 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:31.983 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:31.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:31.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:31.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.003 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.013 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.024 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.033 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.044 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.053 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.063 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.072 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.082 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.091 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.102 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.110 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.123 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.131 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.142 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.150 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.161 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.179 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.188 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.199 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.207 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.218 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.226 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.238 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.246 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.257 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.264 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.276 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.282 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.293 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.304 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.314 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.322 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.333 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.354 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.363 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.374 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.383 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.394 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.401 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.413 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.421 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.431 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.439 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.450 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.459 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.472 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.480 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.490 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.499 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.511 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.521 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.531 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.550 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.550 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.558 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.569 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.578 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.589 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.597 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.608 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.616 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.627 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.648 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.668 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.687 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.693 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.706 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.725 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.731 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.743 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.750 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.761 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.767 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.778 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.785 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.798 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.798 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.805 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.816 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.825 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.835 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.835 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.841 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.853 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.867 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.878 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.886 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.897 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.905 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.917 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.927 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.937 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.947 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.958 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.958 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.963 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.974 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:32.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:32.984 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:32.997 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:32.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.006 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.017 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.036 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.043 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.055 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.063 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.073 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.079 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.090 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.098 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.109 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.116 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.127 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.134 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.145 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.152 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.165 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.173 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.183 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.201 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.209 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.220 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.229 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.240 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.247 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.260 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.269 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.280 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.287 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.298 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.306 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.317 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.336 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.344 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.355 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.362 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.373 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.384 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.394 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.401 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.415 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.423 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.433 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.442 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.452 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.461 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.474 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.482 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.494 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.513 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.533 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.540 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.551 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.558 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.569 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.578 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.589 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.597 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.608 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.617 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.628 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.647 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.654 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.667 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.688 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.697 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.708 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.713 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.725 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.732 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.743 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.751 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.763 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.770 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.780 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.789 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.800 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.809 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.819 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.827 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.838 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.845 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.856 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.864 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.875 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.882 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.895 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.903 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.915 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.923 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.934 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.943 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.956 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.965 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.976 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:33.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:33.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:33.997 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:33.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.005 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.016 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.035 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.046 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.057 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.064 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.075 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.095 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.104 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.114 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.125 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.136 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.144 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.155 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.164 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.174 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.183 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.195 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.203 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.213 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.223 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.234 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.243 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.255 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.264 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.275 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.295 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.302 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.314 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.322 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.334 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.353 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.360 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.370 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.379 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.390 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.390 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.398 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.409 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.418 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.429 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.439 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.450 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.460 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.471 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.477 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.489 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.499 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.510 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.518 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.530 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.536 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.548 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.556 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.567 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.576 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.587 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.595 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.606 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.616 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.627 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.635 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.647 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.669 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.676 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.686 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.695 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.706 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.717 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.729 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.739 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.750 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.760 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.770 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.779 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.790 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.798 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.809 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.816 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.827 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.850 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.869 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.879 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.889 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.896 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.908 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.925 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.936 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.948 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.959 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.967 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.978 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:34.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:34.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:34.996 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:34.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.004 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.014 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.023 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.036 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.057 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.067 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.078 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.098 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.106 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.116 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.136 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.145 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.156 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.166 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.177 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.185 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.197 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.197 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.205 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.216 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.225 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.236 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.244 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.256 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.264 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.276 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.286 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.298 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.308 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.319 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.338 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.358 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.367 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.378 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.385 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.398 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.405 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.416 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.425 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.436 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.445 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.456 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.463 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.474 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.482 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.492 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.513 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.521 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.531 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.541 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.551 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.557 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.569 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.577 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.588 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.596 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.608 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.615 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.627 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.636 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.646 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.654 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.667 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.674 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.686 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.694 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.707 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.715 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.727 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.735 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.746 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.755 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.767 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.776 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.787 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.794 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.805 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.814 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.824 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.831 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.843 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.850 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.861 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.869 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.881 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.890 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.900 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.909 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.921 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.929 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.940 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.947 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.959 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.965 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:35.980 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:35.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:35.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:35.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.000 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.018 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.027 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.038 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.048 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.058 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.066 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.076 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.096 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.103 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.115 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.122 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.133 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.140 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.155 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.168 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.179 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.191 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.202 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.211 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.223 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.231 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.242 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.250 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.260 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.268 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.280 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.288 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.299 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.305 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.316 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.323 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.334 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.341 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.351 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.359 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.370 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.377 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.389 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.395 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.405 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.424 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.432 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.445 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.454 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.465 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.473 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.484 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.505 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.512 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.522 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.541 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.550 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.561 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.569 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.581 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.589 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.600 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.609 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.621 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.630 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.642 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.663 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.673 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.684 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.703 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.709 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.721 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.730 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.741 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.751 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.762 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.782 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.789 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.801 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.820 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.830 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.841 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.848 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.859 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.868 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.879 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.887 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.898 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.906 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.919 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.929 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.940 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.947 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.958 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.958 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.975 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:36.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:36.984 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:36.994 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:36.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.003 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.013 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.020 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.031 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.040 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.051 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.058 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.070 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.077 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.089 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.098 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.109 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.128 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.136 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.148 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.165 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.175 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.186 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.193 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.205 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.214 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.227 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.234 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.246 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.254 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.267 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.276 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.287 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.296 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.307 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.325 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.334 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.347 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.357 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.368 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.394 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.409 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.421 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.431 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.442 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.451 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.462 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.481 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.501 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.509 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.520 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.539 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.546 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.556 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.565 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.576 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.584 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.595 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.604 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.615 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.623 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.634 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.642 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.654 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.662 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.673 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.681 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.692 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.699 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.711 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.728 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.736 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.747 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.756 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.767 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.776 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.786 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.794 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.806 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.815 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.826 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.832 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.843 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.851 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.864 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.882 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.889 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.899 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.908 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.919 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.927 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.939 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.946 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.959 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.978 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:37.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:37.987 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:37.998 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:37.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.005 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.019 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.026 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.037 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.056 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.067 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.078 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.087 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.099 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.109 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.119 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.130 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.142 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.150 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.162 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.170 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.180 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.188 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.200 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.206 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.217 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.227 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.237 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.245 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.255 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.262 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.274 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.283 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.295 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.302 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.313 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.320 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.332 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.341 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.352 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.361 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.372 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.392 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.415 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.424 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.434 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.441 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.454 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.460 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.472 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.482 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.493 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.500 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.515 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.534 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.544 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.554 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.573 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.581 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.592 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.599 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.613 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.620 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.632 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.642 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.653 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.661 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.671 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.677 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.688 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.698 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.709 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.730 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.741 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.752 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.762 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.772 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.780 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.792 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.799 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.810 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.816 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.826 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.834 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.846 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.854 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.865 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.875 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.886 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.896 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.907 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.907 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.926 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.933 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.943 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.952 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.963 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:38.980 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:38.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:38.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:38.991 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.002 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.019 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.026 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.038 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.046 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.056 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.066 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.077 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.085 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.096 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.104 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.114 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.129 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.140 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.148 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.159 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.166 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.179 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.188 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.198 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.209 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.221 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.229 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.239 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.247 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.257 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.265 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.277 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.296 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.306 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.316 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.323 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.335 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.344 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.355 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.362 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.374 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.382 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.394 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.414 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.422 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.432 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.440 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.451 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.460 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.471 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.481 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.492 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.513 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.521 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.533 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.554 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.563 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.574 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.582 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.592 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.601 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.614 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.623 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.634 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.645 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.655 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.656 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.665 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.676 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.682 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.693 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.702 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.713 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.713 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.720 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.733 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.739 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.751 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.759 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.770 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.779 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.789 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.798 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.809 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.817 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.829 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.848 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.853 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.864 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.882 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.889 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.900 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.910 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.921 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.929 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.940 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.949 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.959 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.967 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.978 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:39.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:39.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:39.999 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:39.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.006 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.017 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.023 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.034 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.042 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.053 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.060 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.071 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.078 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.090 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.097 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.108 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.128 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.134 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.146 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.153 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.165 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.172 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.183 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.192 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.204 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.213 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.224 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.233 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.244 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.265 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.274 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.285 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.295 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.305 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.313 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.327 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.334 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.346 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.355 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.366 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.375 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.387 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.395 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.406 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.414 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.424 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.432 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.444 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.454 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.464 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.482 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.488 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.500 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.510 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.521 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.529 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.540 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.547 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.557 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.569 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.583 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.593 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.603 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.613 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.624 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.632 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.644 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.653 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.664 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.686 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.694 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.705 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.725 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.732 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.744 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.755 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.766 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.774 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.785 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.804 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.813 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.824 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.833 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.843 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.851 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.864 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.885 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.893 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.905 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.913 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.924 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.936 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.946 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.967 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.976 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:40.987 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:40.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:40.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:40.996 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.006 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.015 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.027 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.036 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.046 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.066 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.073 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.085 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.095 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.106 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.115 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.127 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.135 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.145 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.166 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.176 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.187 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.209 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.218 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.231 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.244 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.256 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.266 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.276 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.286 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.303 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.311 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.323 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.333 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.344 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.350 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.361 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.371 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.382 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.390 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.401 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.410 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.421 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.441 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.448 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.460 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.469 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.480 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.488 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.500 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.508 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.520 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.539 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.548 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.561 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.569 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.579 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.585 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.598 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.605 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.615 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.624 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.634 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.643 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.656 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.656 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.665 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.676 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.684 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.695 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.703 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.715 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.724 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.736 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.744 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.755 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.764 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.776 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.776 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.782 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.795 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.804 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.814 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.822 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.833 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.853 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.864 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.874 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.882 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.895 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.906 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.916 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.930 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.940 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.949 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.961 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.971 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:41.983 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:41.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:41.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:41.989 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.000 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.019 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.027 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.037 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.058 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.068 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.080 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.089 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.099 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.109 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.119 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.128 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.139 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.147 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.158 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.167 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.177 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.200 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.208 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.219 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.228 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.240 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.260 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.267 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.278 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.296 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.306 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.317 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.336 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.344 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.355 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.375 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.385 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.395 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.404 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.414 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.422 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.434 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.442 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.453 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.460 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.472 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.479 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.491 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.497 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.507 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.516 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.526 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.535 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.549 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.556 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.567 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.574 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.585 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.593 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.604 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.611 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.623 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.630 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.640 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.664 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.674 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.685 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.703 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.709 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.722 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.732 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.742 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.751 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.763 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.769 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.782 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.802 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.821 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.830 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.843 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.851 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.863 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.870 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.881 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.893 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.904 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.912 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.922 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.930 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.940 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.947 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.959 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.967 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.978 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:42.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:42.985 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:42.997 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:42.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.006 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.017 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.023 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.034 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.042 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.053 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.061 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.072 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.095 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.105 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.115 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.122 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.135 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.154 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.173 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.182 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.194 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.201 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.211 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.219 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.229 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.248 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.259 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.269 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.277 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.289 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.295 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.306 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.325 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.332 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.343 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.350 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.361 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.371 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.381 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.390 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.400 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.406 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.418 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.425 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.436 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.443 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.454 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.461 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.472 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.481 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.491 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.513 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.520 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.531 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.540 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.551 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.558 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.570 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.577 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.590 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.597 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.610 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.617 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.627 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.634 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.645 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.663 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.671 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.683 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.693 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.705 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.726 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.736 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.746 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.765 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.784 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.795 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.806 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.813 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.824 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.833 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.844 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.853 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.864 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.884 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.892 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.902 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.910 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.922 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.929 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.940 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.948 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.960 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.968 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.979 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:43.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:43.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:43.999 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:43.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.010 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.020 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.027 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.038 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.046 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.058 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.067 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.077 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.086 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.096 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.105 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.116 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.125 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.135 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.145 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.156 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.165 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.179 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.188 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.198 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.208 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.219 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.225 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.237 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.244 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.256 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.265 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.276 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.296 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.303 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.314 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.321 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.335 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.344 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.355 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.366 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.376 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.387 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.398 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.409 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.420 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.427 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.439 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.447 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.458 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.458 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.465 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.477 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.484 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.495 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.503 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.514 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.522 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.533 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.541 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.552 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.559 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.570 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.577 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.591 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.599 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.609 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.615 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.625 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.633 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.646 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.669 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.678 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.688 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.698 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.709 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.715 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.726 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.745 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.765 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.783 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.802 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.809 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.820 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.826 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.837 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.845 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.856 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.865 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.876 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.886 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.899 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.926 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.940 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.952 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.965 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.976 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:44.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:44.984 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:44.996 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:44.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.006 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.017 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.026 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.039 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.057 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.064 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.075 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.095 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.101 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.112 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.119 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.130 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.137 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.147 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.158 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.169 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.188 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.197 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.208 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.216 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.228 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.248 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.256 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.267 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.276 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.287 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.295 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.307 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.324 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.334 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.345 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.365 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.374 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.385 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.404 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.412 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.424 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.433 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.443 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.451 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.464 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.483 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.502 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.515 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.525 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.533 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.546 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.554 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.565 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.575 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.586 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.596 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.607 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.615 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.625 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.633 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.644 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.663 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.672 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.684 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.702 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.710 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.722 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.730 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.742 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.752 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.763 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.783 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.803 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.812 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.822 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.830 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.842 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.849 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.859 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.869 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.880 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.888 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.900 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.918 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.927 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.937 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.947 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.959 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.979 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:45.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:45.987 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:45.999 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:45.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.018 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.035 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.042 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.054 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.062 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.073 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.083 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.093 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.101 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.111 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.130 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.137 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.149 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.163 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.176 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.190 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.207 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.220 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.231 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.240 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.251 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.259 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.270 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.279 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.290 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.298 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.309 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.318 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.329 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.350 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.358 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.370 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.391 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.410 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.418 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.429 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.438 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.450 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.459 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.469 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.479 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.490 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.498 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.509 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.516 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.528 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.536 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.547 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.555 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.567 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.574 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.585 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.593 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.604 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.612 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.623 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.634 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.645 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.653 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.665 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.672 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.683 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.691 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.702 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.712 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.722 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.731 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.742 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.751 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.762 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.771 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.783 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.804 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.813 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.824 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.833 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.843 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.850 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.861 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.871 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.882 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.889 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.899 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.918 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.928 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.939 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.949 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.959 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.966 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.977 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:46.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:46.985 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:46.995 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:46.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.005 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.016 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.023 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.035 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.057 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.065 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.076 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.083 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.094 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.104 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.115 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.122 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.133 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.139 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.151 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.159 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.170 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33245/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.180 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.191 DEBUG [src.steps.store] Relaying message
2026-03-13 04:43:47.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:43:47.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:43:47.203 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-03-13 04:43:47.213 DEBUG [src.libs.common] Sleeping for 5 seconds
2026-03-13 04:43:52.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.220 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xfde41f08af3d088eaa4312f112d10a3524d54aa9ec08b1854040bcd728f4426e&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.226 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x926c9f5c67a8e6a920254ee80fc6b088699dc36501ac765c7af72222b9179b34&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.232 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xbdf22e58f197aff467500f9c67ac840985f7b23593a8910c380477044186f423&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.238 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x46562aafce716215c734387f96e9a598defeb98478278a536d94e077b7f7feeb&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.244 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x53457fd307607fa9227683a38cf12ae302fe5998253df3414f10921b08fd1e18&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.250 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x2e2c9f9802d0aad15a2652f61f77fb3bc2a69119aa59d13ef7ff09d7f4e18020&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.255 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x2f45d091ee64310267a4ec3366dc6b7912655a7752a6fd230516ddabd19fe9da&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.261 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x5bfd9f37e32ef083fab86cd6b5e95462f03fb01f75a3cd0fe491e3122406a632&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.266 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xeda6d6fa1fcb46942f1f22b84e5d7e2c0a261bad880410dbca66042cb24cd159&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.272 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xf5df91bce95af6a09f14d5ed8b3ed80d7e17e6aea0b3c0cf051ee78ad61ff403&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.277 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1bec5bf61b54ded629a6d7776d42e25fc2a183f9bb039818229b04fcff791248&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.283 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x3117d281ccf5a42dade5930aa7a21365cae3b8d31bd2ae28af4f083f69ca028a&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.289 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xe11a8c436d50e45b2bd879e00b2e9d07a9a20539f5613e1e9f1af6eead5c5f0c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.295 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30531/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xec14c66aa976a601f8f72346e9320fe9c04c8ea6fab7677edf47f9fb555862fe&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.301 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.307 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xfde41f08af3d088eaa4312f112d10a3524d54aa9ec08b1854040bcd728f4426e&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.313 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x926c9f5c67a8e6a920254ee80fc6b088699dc36501ac765c7af72222b9179b34&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.319 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xbdf22e58f197aff467500f9c67ac840985f7b23593a8910c380477044186f423&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.325 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x46562aafce716215c734387f96e9a598defeb98478278a536d94e077b7f7feeb&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.330 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x53457fd307607fa9227683a38cf12ae302fe5998253df3414f10921b08fd1e18&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.336 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x2e2c9f9802d0aad15a2652f61f77fb3bc2a69119aa59d13ef7ff09d7f4e18020&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.342 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x2f45d091ee64310267a4ec3366dc6b7912655a7752a6fd230516ddabd19fe9da&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.347 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x5bfd9f37e32ef083fab86cd6b5e95462f03fb01f75a3cd0fe491e3122406a632&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.353 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xeda6d6fa1fcb46942f1f22b84e5d7e2c0a261bad880410dbca66042cb24cd159&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.359 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xf5df91bce95af6a09f14d5ed8b3ed80d7e17e6aea0b3c0cf051ee78ad61ff403&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.365 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1bec5bf61b54ded629a6d7776d42e25fc2a183f9bb039818229b04fcff791248&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.370 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x3117d281ccf5a42dade5930aa7a21365cae3b8d31bd2ae28af4f083f69ca028a&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.376 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xe11a8c436d50e45b2bd879e00b2e9d07a9a20539f5613e1e9f1af6eead5c5f0c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.382 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33245/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xec14c66aa976a601f8f72346e9320fe9c04c8ea6fab7677edf47f9fb555862fe&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.388 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.400 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xfde41f08af3d088eaa4312f112d10a3524d54aa9ec08b1854040bcd728f4426e&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.413 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x926c9f5c67a8e6a920254ee80fc6b088699dc36501ac765c7af72222b9179b34&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.425 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xbdf22e58f197aff467500f9c67ac840985f7b23593a8910c380477044186f423&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.437 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x46562aafce716215c734387f96e9a598defeb98478278a536d94e077b7f7feeb&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.449 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x53457fd307607fa9227683a38cf12ae302fe5998253df3414f10921b08fd1e18&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.461 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x2e2c9f9802d0aad15a2652f61f77fb3bc2a69119aa59d13ef7ff09d7f4e18020&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.473 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x2f45d091ee64310267a4ec3366dc6b7912655a7752a6fd230516ddabd19fe9da&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.485 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x5bfd9f37e32ef083fab86cd6b5e95462f03fb01f75a3cd0fe491e3122406a632&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.497 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xeda6d6fa1fcb46942f1f22b84e5d7e2c0a261bad880410dbca66042cb24cd159&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.509 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xf5df91bce95af6a09f14d5ed8b3ed80d7e17e6aea0b3c0cf051ee78ad61ff403&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.522 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1bec5bf61b54ded629a6d7776d42e25fc2a183f9bb039818229b04fcff791248&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.534 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x3117d281ccf5a42dade5930aa7a21365cae3b8d31bd2ae28af4f083f69ca028a&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.547 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xe11a8c436d50e45b2bd879e00b2e9d07a9a20539f5613e1e9f1af6eead5c5f0c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.559 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xec14c66aa976a601f8f72346e9320fe9c04c8ea6fab7677edf47f9fb555862fe&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:43:52.571 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-13 04:43:52.576 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-13 04:43:52.577 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-13 04:43:52.577 DEBUG [src.node.waku_node] Stopping container with id 919a09162070
2026-03-13 04:43:53.205 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:43:53.208 DEBUG [src.node.waku_node] Stopping container with id 37afeb42b1f3
2026-03-13 04:43:53.805 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:43:53.805 DEBUG [src.node.waku_node] Stopping container with id f345f0ff262f
2026-03-13 04:43:54.026 ERROR [src.node.docker_mananger] Max retries reached for container 919a09162070. Exiting log stream.
2026-03-13 04:43:54.433 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:43:54.436 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-13 04:43:55.002 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:43:55.799 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:43:56.309 DEBUG [src.node.docker_mananger] No errors found in the waku logs.