6183 lines
842 KiB
Plaintext

2025-12-29 04:53:30.835 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-29 04:53:30.835 DEBUG [tests.conftest] Running test: test_high_message_volume_sync with id: 2025-12-29_04-53-30__470436cd-5a4f-4da7-b341-cbb474b82f19
2025-12-29 04:53:30.836 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-29 04:53:30.842 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-29 04:53:30.842 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-53-30__470436cd-5a4f-4da7-b341-cbb474b82f19__wakuorg_nwaku:latest.log
2025-12-29 04:53:30.848 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-29 04:53:30.848 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-53-30__470436cd-5a4f-4da7-b341-cbb474b82f19__wakuorg_nwaku:latest.log
2025-12-29 04:53:30.854 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-29 04:53:30.854 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-29_04-53-30__470436cd-5a4f-4da7-b341-cbb474b82f19__wakuorg_nwaku:latest.log
2025-12-29 04:53:30.855 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-29 04:53:30.855 DEBUG [src.node.waku_node] Starting Node...
2025-12-29 04:53:30.855 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-29 04:53:30.857 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-29 04:53:30.857 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.170.35
2025-12-29 04:53:30.857 DEBUG [src.node.docker_mananger] Generated ports ['19242', '19243', '19244', '19245', '19246']
2025-12-29 04:53:30.857 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-29 04:53:30.857 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-29 04:53:30.857 DEBUG [src.node.waku_node] Using volumes []
2025-12-29 04:53:30.858 DEBUG [src.node.docker_mananger] docker run -i -t -p 19242:19242 -p 19243:19243 -p 19244:19244 -p 19245:19245 -p 19246:19246 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=19244 --rest-port=19242 --tcp-port=19243 --discv5-udp-port=19245 --rest-address=0.0.0.0 --nat=extip:172.18.170.35 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a9c114eeccbc8776d0a7f8d97cd85d21f8f5eed43b1fbab44a7e5bbf217a99fe --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19246 --metrics-logging=true --relay=true
2025-12-29 04:53:31.040 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.170.35 waku 1c92e3709f9ccca54bb27212be1a013cfcf7958dc184a6ee90a8c5abe23560e1
2025-12-29 04:53:31.073 DEBUG [src.node.docker_mananger] Container started with ID 1c92e3709f9c. Setting up logs at ./log/docker/node1_2025-12-29_04-53-30__470436cd-5a4f-4da7-b341-cbb474b82f19__wakuorg_nwaku:latest.log
2025-12-29 04:53:31.073 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19242
2025-12-29 04:53:31.073 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-29 04:53:31.101 ERROR [src.node.docker_mananger] Max retries reached for container 6f6c3bc94d5b. Exiting log stream.
2025-12-29 04:53:31.616 ERROR [src.node.docker_mananger] Max retries reached for container ad6ba90ae5cc. Exiting log stream.
2025-12-29 04:53:32.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/health" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:53:32.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
2025-12-29 04:53:32.078 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-29 04:53:32.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:53:32.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.170.35/tcp/19243/p2p/16Uiu2HAm9H4FPNHnLjDeqXMyvtrr79n4yvLzEuA1Pzie8834GLq3","/ip4/172.18.170.35/tcp/19244/ws/p2p/16Uiu2HAm9H4FPNHnLjDeqXMyvtrr79n4yvLzEuA1Pzie8834GLq3"],"enrUri":"enr:-L24QFeseRfEKLuOlIWWrlYccR1zvH_b8K4-iMCjGzosDDetIwaUQEnD6y-jLsMjxilxtVXvWNEUDmFe3uvpDEi1wWUCgmlkgnY0gmlwhKwSqiOKbXVsdGlhZGRyc5YACASsEqojBksrAAoErBKqIwZLLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECzc6Rs8KlFkC-1wfd3_zWpTefNlftL4yeqCuogveGt5aDdGNwgksrg3VkcIJLLYV3YWt1MhM"}'
2025-12-29 04:53:32.081 INFO [src.node.waku_node] REST service is ready !!
2025-12-29 04:53:32.082 DEBUG [src.node.waku_node] Starting Node...
2025-12-29 04:53:32.082 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-29 04:53:32.083 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-29 04:53:32.083 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.168.112
2025-12-29 04:53:32.083 DEBUG [src.node.docker_mananger] Generated ports ['37237', '37238', '37239', '37240', '37241']
2025-12-29 04:53:32.084 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-29 04:53:32.084 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-29 04:53:32.084 DEBUG [src.node.waku_node] Using volumes []
2025-12-29 04:53:32.084 DEBUG [src.node.docker_mananger] docker run -i -t -p 37237:37237 -p 37238:37238 -p 37239:37239 -p 37240:37240 -p 37241:37241 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=37239 --rest-port=37237 --tcp-port=37238 --discv5-udp-port=37240 --rest-address=0.0.0.0 --nat=extip:172.18.168.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8e0d6cbbde7b6c73ebf732fe194e38be8af46da2dcdced58188ce6177c9afda2 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37241 --metrics-logging=true --relay=true --storenode=/ip4/172.18.170.35/tcp/19243/p2p/16Uiu2HAm9H4FPNHnLjDeqXMyvtrr79n4yvLzEuA1Pzie8834GLq3 --discv5-bootstrap-node=enr:-L24QFeseRfEKLuOlIWWrlYccR1zvH_b8K4-iMCjGzosDDetIwaUQEnD6y-jLsMjxilxtVXvWNEUDmFe3uvpDEi1wWUCgmlkgnY0gmlwhKwSqiOKbXVsdGlhZGRyc5YACASsEqojBksrAAoErBKqIwZLLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECzc6Rs8KlFkC-1wfd3_zWpTefNlftL4yeqCuogveGt5aDdGNwgksrg3VkcIJLLYV3YWt1MhM
2025-12-29 04:53:32.274 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.168.112 waku 89d38d1c911dd0b8f962ab32075c6b5e9b665c62e3cec54615a65546adf608a8
2025-12-29 04:53:32.304 DEBUG [src.node.docker_mananger] Container started with ID 89d38d1c911d. Setting up logs at ./log/docker/node2_2025-12-29_04-53-30__470436cd-5a4f-4da7-b341-cbb474b82f19__wakuorg_nwaku:latest.log
2025-12-29 04:53:32.305 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37237
2025-12-29 04:53:32.305 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-29 04:53:33.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/health" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:53:33.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-29 04:53:33.311 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-29 04:53:33.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:53:33.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.168.112/tcp/37238/p2p/16Uiu2HAmBsi64SgvrY9W8nZRUmaTousGdMH8J35kCJt4UvkoYMnm","/ip4/172.18.168.112/tcp/37239/ws/p2p/16Uiu2HAmBsi64SgvrY9W8nZRUmaTousGdMH8J35kCJt4UvkoYMnm"],"enrUri":"enr:-L24QKURdmKQHCRPVvb8QK5c4bmNhAe_3tY6IGbFScOen0c4dRx6kJ2Rvyoh5OPvLQZENCJr2b2KYRx196ML4bqr8oECgmlkgnY0gmlwhKwSqHCKbXVsdGlhZGRyc5YACASsEqhwBpF2AAoErBKocAaRd90DgnJzhQADAQAAiXNlY3AyNTZrMaEC9GZ5tfQYgeBSVfpDHuuKhRaA4aDLEEbuXVEMSmyTWoaDdGNwgpF2g3VkcIKReIV3YWt1MhM"}'
2025-12-29 04:53:33.314 INFO [src.node.waku_node] REST service is ready !!
2025-12-29 04:53:33.314 DEBUG [src.node.waku_node] Starting Node...
2025-12-29 04:53:33.314 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-29 04:53:33.315 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-29 04:53:33.315 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.238.106
2025-12-29 04:53:33.316 DEBUG [src.node.docker_mananger] Generated ports ['65221', '65222', '65223', '65224', '65225']
2025-12-29 04:53:33.316 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-29 04:53:33.316 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-29 04:53:33.316 DEBUG [src.node.waku_node] Using volumes []
2025-12-29 04:53:33.316 DEBUG [src.node.docker_mananger] docker run -i -t -p 65221:65221 -p 65222:65222 -p 65223:65223 -p 65224:65224 -p 65225:65225 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=65223 --rest-port=65221 --tcp-port=65222 --discv5-udp-port=65224 --rest-address=0.0.0.0 --nat=extip:172.18.238.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cb21fce4ea945d64a4b65eb375fcdb66acb51b3d57bf9f9c4d8f8acdbf14bdd0 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65225 --metrics-logging=true --relay=true --storenode=/ip4/172.18.168.112/tcp/37238/p2p/16Uiu2HAmBsi64SgvrY9W8nZRUmaTousGdMH8J35kCJt4UvkoYMnm --discv5-bootstrap-node=enr:-L24QKURdmKQHCRPVvb8QK5c4bmNhAe_3tY6IGbFScOen0c4dRx6kJ2Rvyoh5OPvLQZENCJr2b2KYRx196ML4bqr8oECgmlkgnY0gmlwhKwSqHCKbXVsdGlhZGRyc5YACASsEqhwBpF2AAoErBKocAaRd90DgnJzhQADAQAAiXNlY3AyNTZrMaEC9GZ5tfQYgeBSVfpDHuuKhRaA4aDLEEbuXVEMSmyTWoaDdGNwgpF2g3VkcIKReIV3YWt1MhM
2025-12-29 04:53:33.513 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.238.106 waku c1556d1a84991c101847f1e48a555ae65e88d3da32dd2b41de60241ba0a150bf
2025-12-29 04:53:33.543 DEBUG [src.node.docker_mananger] Container started with ID c1556d1a8499. Setting up logs at ./log/docker/node3_2025-12-29_04-53-30__470436cd-5a4f-4da7-b341-cbb474b82f19__wakuorg_nwaku:latest.log
2025-12-29 04:53:33.544 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65221
2025-12-29 04:53:33.544 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-29 04:53:34.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/health" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:53:34.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-29 04:53:34.566 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-29 04:53:34.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:53:34.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.238.106/tcp/65222/p2p/16Uiu2HAmJwfAJ7Bs7H99JkQrmS2iwE5mKxFQ4gFbpBCWcjCnxcU3","/ip4/172.18.238.106/tcp/65223/ws/p2p/16Uiu2HAmJwfAJ7Bs7H99JkQrmS2iwE5mKxFQ4gFbpBCWcjCnxcU3"],"enrUri":"enr:-L24QO3MerhLP7VpiTSnyOKbIKfJI68MBgVqPBB1eCBBfK7lHtZEcF-5WSM_49ilPwjWNFr2X0UIARMbFOM58wZIKX4CgmlkgnY0gmlwhKwS7mqKbXVsdGlhZGRyc5YACASsEu5qBv7GAAoErBLuagb-x90DgnJzhQADAQAAiXNlY3AyNTZrMaEDXWtMMHvUcJego2yF4icgfU99dlscjbG1Spi_K5X0O1SDdGNwgv7Gg3VkcIL-yIV3YWt1MgE"}'
2025-12-29 04:53:34.572 INFO [src.node.waku_node] REST service is ready !!
2025-12-29 04:53:34.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.170.35/tcp/19243/p2p/16Uiu2HAm9H4FPNHnLjDeqXMyvtrr79n4yvLzEuA1Pzie8834GLq3"]'
2025-12-29 04:53:34.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.168.112/tcp/37238/p2p/16Uiu2HAmBsi64SgvrY9W8nZRUmaTousGdMH8J35kCJt4UvkoYMnm"]'
2025-12-29 04:53:34.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-29 04:53:34.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.582 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-29 04:53:34.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-29 04:53:34.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.588 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.594 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.604 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.612 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.623 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.627 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.638 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.645 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.656 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.656 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.661 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.671 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.676 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.687 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.694 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.706 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.713 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.724 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.731 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.742 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.751 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.761 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.768 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.780 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.784 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.796 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.801 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.811 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.817 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.829 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.833 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.844 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.850 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.861 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.868 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.879 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.884 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.895 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.900 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.911 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.917 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.928 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.943 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.948 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.959 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.966 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.976 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.980 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:34.992 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:34.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:34.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:34.998 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.009 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.017 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.027 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.033 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.044 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.051 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.062 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.069 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.079 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.095 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.101 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.112 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.120 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.131 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.136 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.147 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.165 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.172 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.182 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.187 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.198 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.203 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.214 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.219 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.231 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.235 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.247 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.263 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.270 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.281 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.286 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.297 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.297 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.303 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.314 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.321 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.332 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.348 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.353 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.364 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.372 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.383 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.388 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.401 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.406 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.417 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.424 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.434 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.440 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.452 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.457 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.468 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.475 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.485 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.503 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.509 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.519 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.526 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.536 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.553 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.558 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.568 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.574 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.585 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.590 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.601 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.606 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.617 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.624 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.634 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.639 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.650 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.656 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.667 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.673 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.684 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.689 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.701 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.706 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.718 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.724 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.735 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.740 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.752 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.758 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.769 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.776 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.787 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.803 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.809 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.819 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.825 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.836 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.854 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.859 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.870 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.876 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.886 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.905 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.910 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.921 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.929 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.940 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.945 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.963 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.968 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.980 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:35.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:35.987 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:35.997 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:35.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.004 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.015 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.020 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.031 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.048 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.053 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.064 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.068 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.079 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.087 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.098 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.104 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.115 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.122 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.132 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.138 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.149 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.155 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.167 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.172 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.184 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.191 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.202 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.206 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.217 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.223 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.233 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.241 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.252 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.256 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.268 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.274 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.284 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.291 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.301 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.305 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.317 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.322 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.333 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.339 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.351 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.355 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.367 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.372 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.383 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.389 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.400 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.405 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.416 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.422 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.432 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.440 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.450 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.456 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.467 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.482 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.502 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.506 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.517 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.524 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.535 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.553 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.558 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.570 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.574 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.585 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.591 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.602 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.608 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.620 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.629 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.639 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.645 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.657 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.663 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.675 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.681 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.692 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.700 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.712 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.716 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.728 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.745 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.752 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.762 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.767 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.779 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.785 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.796 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.804 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.814 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.820 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.832 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.841 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.852 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.859 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.870 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.875 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.886 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.890 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.900 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.908 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.918 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.923 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.935 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.942 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.953 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.960 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.972 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.977 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:36.988 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:36.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:36.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:36.994 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.006 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.013 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.024 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.028 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.039 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.044 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.055 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.063 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.075 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.079 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.090 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.097 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.108 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.115 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.125 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.129 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.140 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.146 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.158 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.165 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.176 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.180 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.191 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.198 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.208 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.215 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.225 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.231 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.242 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.250 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.261 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.267 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.279 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.297 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.297 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.302 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.312 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.322 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.332 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.349 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.356 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.366 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.373 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.383 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.388 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.399 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.404 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.415 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.420 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.431 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.435 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.446 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.446 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.463 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.481 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.489 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.501 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.506 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.517 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.533 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.538 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.549 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.554 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.566 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.572 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.582 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.587 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.598 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.603 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.614 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.621 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.632 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.648 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.653 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.664 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.671 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.682 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.687 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.698 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.703 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.714 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.721 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.731 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.735 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.747 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.753 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.764 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.771 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.781 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.786 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.797 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.808 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.818 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.826 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.836 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.840 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.851 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.856 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.867 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.885 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.890 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.901 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.917 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.925 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.936 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.940 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.951 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.967 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.973 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:37.984 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:37.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:37.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:37.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.001 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.018 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.025 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.036 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.040 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.051 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.067 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.073 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.083 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.088 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.099 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.104 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.115 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.122 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.133 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.139 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.150 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.156 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.166 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.172 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.184 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.200 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.205 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.216 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.222 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.233 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.238 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.249 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.264 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.270 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.281 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.296 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.300 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.312 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.317 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.328 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.333 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.343 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.349 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.359 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.365 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.376 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.394 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.405 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.417 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.422 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.432 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.448 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.463 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.470 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.482 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.486 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.498 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.503 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.515 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.533 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.550 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.550 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.558 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.568 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.575 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.587 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.592 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.605 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.611 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.622 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.631 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.641 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.646 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.657 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.662 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.674 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.681 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.692 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.696 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.707 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.712 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.722 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.729 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.740 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.745 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.755 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.760 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.771 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.776 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.787 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.804 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.809 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.820 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.827 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.838 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.855 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.861 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.872 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.877 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.887 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.903 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.909 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.920 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.926 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.936 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.942 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.953 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.959 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.971 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.979 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:38.989 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:38.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:38.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:38.993 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.004 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.010 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.021 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.028 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.038 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.043 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.053 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.059 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.071 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.079 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.089 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.094 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.105 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.111 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.123 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.129 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.139 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.144 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.155 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.173 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.181 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.192 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.197 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.210 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.216 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.227 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.234 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.245 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.261 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.267 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.279 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.288 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.298 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.302 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.313 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.319 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.329 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.336 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.347 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.353 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.363 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.369 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.379 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.386 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.396 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.401 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.413 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.419 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.429 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.436 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.448 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.452 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.463 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.469 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.481 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.488 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.499 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.504 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.515 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.520 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.531 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.537 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.548 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.552 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.563 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.568 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.579 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.586 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.597 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.603 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.614 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.619 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.630 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.636 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.647 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.664 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.670 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.681 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.699 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.705 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.716 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.721 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.731 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.739 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.749 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.749 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.755 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.766 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.782 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.801 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.806 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.817 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.824 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.835 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.835 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.841 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.852 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.856 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.867 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.873 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.884 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.902 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.906 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.917 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.923 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.933 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.940 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.951 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.955 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.966 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.972 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.983 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:39.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:39.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:39.989 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:39.999 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.004 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.016 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.022 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.033 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.056 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.061 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.072 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.077 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.087 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.095 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.105 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.110 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.121 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.127 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.137 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.145 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.156 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.174 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.182 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.194 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.200 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.212 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.216 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.228 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.234 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.245 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.264 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.270 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.282 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.289 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.300 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.308 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.318 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.336 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.341 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.351 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.360 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.370 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.375 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.387 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.392 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.402 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.408 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.420 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.425 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.437 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.443 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.454 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.461 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.471 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.475 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.486 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.493 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.505 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.511 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.523 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.539 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.544 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.555 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.572 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.577 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.590 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.596 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.606 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.614 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.624 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.630 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.641 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.646 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.657 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.665 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.676 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.681 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.692 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.699 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.709 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.724 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.729 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.740 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.746 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.757 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.765 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.776 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.776 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.781 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.792 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.798 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.809 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.816 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.827 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.832 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.844 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.852 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.862 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.868 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.879 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.884 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.896 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.904 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.914 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.920 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.931 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.937 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.948 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.953 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.964 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.970 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.981 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:40.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:40.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:40.997 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:40.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.002 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.013 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.021 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.031 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.035 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.046 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.052 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.062 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.070 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.080 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.089 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.103 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.112 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.123 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.130 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.140 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.144 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.156 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.160 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.171 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.172 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.189 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.195 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.207 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.212 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.224 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.231 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.242 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.248 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.259 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.264 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.274 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.281 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.291 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.296 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.308 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.325 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.331 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.342 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.359 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.367 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.377 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.386 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.396 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.401 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.412 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.416 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.427 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.427 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.435 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.446 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.446 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.450 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.461 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.466 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.479 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.487 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.497 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.503 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.514 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.520 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.530 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.537 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.547 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.551 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.562 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.562 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.567 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.578 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.578 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.586 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.598 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.604 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.615 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.620 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.630 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.639 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.649 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.654 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.665 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.670 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.680 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.699 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.703 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.714 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.721 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.732 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.739 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.750 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.765 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.770 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.782 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.802 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.807 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.818 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.822 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.833 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.839 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.850 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.855 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.868 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.873 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.884 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.902 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.919 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.924 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.935 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.943 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.953 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.958 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.969 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.974 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:41.985 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:41.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:41.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:41.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.002 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.018 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.026 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.038 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.055 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.060 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.072 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.077 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.087 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.094 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.105 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.120 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.132 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.132 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.138 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.150 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.156 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.167 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.173 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.184 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.201 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.206 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.218 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.223 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.234 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.242 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.255 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.263 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.274 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.280 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.290 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.298 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.308 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.313 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.325 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.342 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.353 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.360 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.370 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.392 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.396 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.408 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.423 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.441 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.448 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.459 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.467 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.478 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.485 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.496 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.504 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.517 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.525 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.535 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.553 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.559 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.570 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.579 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.591 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.597 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.609 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.617 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.628 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.635 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.648 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.668 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.687 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.693 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.706 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.725 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.731 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.743 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.753 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.764 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.773 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.783 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.789 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.800 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.805 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.816 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.825 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.837 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.856 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.863 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.874 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.881 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.893 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.900 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.911 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.918 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.928 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.934 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.949 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.955 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.968 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.976 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:42.986 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:42.987 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:42.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:42.994 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.005 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.012 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.025 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.031 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.042 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.050 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.060 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.067 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.079 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.088 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.098 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.105 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.117 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.123 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.134 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.142 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.152 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.160 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.170 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.175 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.186 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.195 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.206 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.213 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.223 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.230 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.241 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.248 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.259 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.265 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.277 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.283 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.296 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.308 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.318 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.327 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.338 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.345 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.357 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.363 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.374 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.384 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.395 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.401 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.412 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.418 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.429 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.436 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.446 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.464 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.484 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.500 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.507 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.520 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.525 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.536 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.557 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.571 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.577 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.588 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.595 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.606 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.612 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.622 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.629 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.643 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.650 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.660 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.667 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.677 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.682 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.693 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.702 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.712 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.713 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.720 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.732 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.739 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.750 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.790 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.802 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.821 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.828 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.839 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.847 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.859 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.866 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.877 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.886 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.897 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.904 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.914 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.922 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.933 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.941 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.952 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.960 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.970 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.978 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:43.988 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:43.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:43.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:43.996 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.008 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.016 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.026 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.034 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.045 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.051 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.065 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.071 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.082 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.083 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.090 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.102 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.107 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.118 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.123 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.134 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.142 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.153 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.159 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.170 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.188 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.206 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.213 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.224 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.235 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.245 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.264 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.269 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.281 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.287 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.299 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.307 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.318 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.336 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.342 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.354 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.362 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.373 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.392 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.400 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.410 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.420 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.431 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.448 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.455 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.466 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.474 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.485 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.493 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.504 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.510 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.521 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.529 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.539 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.546 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.558 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.565 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.576 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.583 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.593 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.601 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.612 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.619 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.630 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.639 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.649 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.655 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.667 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.686 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.694 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.705 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.711 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.722 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.731 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.741 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.750 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.760 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.766 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.781 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.787 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.798 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.798 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.805 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.818 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.823 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.834 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.840 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.851 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.869 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.877 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.888 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.898 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.909 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.917 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.927 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.933 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.945 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.950 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.961 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.967 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.977 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:44.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:44.983 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:44.995 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:44.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.001 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.012 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.021 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.031 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.050 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.067 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.074 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.086 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.093 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.104 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.110 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.120 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.129 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.139 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.146 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.157 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.165 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.177 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.183 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.194 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.200 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.211 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.218 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.228 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.235 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.246 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.252 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.264 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.271 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.283 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.288 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.300 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.307 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.318 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.335 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.341 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.354 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.359 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.371 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.390 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.397 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.408 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.415 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.426 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.427 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.434 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.447 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.454 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.466 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.483 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.502 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.509 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.519 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.539 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.547 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.557 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.566 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.576 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.582 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.593 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.594 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.602 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.612 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.620 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.631 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.648 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.656 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.667 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.687 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.693 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.705 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.710 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.721 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.728 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.738 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.747 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.758 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.768 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.779 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.787 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.797 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.798 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.804 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.816 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.823 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.835 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.835 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.845 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.859 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.865 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.876 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.882 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.892 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.901 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.911 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.917 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.928 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.935 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.945 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.954 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.964 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.971 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:45.983 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:45.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:45.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:45.990 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.000 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.018 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.023 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.034 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.040 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.051 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.067 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.075 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.087 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.098 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.108 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.128 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.135 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.146 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.166 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.172 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.183 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.191 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.202 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.210 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.221 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.229 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.239 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.248 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.259 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.267 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.277 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.287 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.299 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.305 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.316 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.322 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.334 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.340 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.352 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.357 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.368 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.374 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.385 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.392 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.403 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.409 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.420 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.428 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.439 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.445 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.455 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.463 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.475 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.481 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.494 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.512 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.518 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.529 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.536 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.547 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.553 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.568 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.575 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.586 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.592 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.603 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.610 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.622 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.628 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.639 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.660 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.667 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.678 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.682 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.693 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.700 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.710 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.716 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.726 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.733 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.744 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.750 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.760 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.767 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.777 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.784 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.795 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.801 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.811 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.818 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.829 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.835 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.847 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.855 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.866 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.882 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.888 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.900 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.918 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.926 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.937 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.944 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.955 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.963 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.973 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.973 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.981 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:46.991 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:46.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:46.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:46.999 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.010 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.016 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.029 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.036 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.046 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.052 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.064 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.071 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.082 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.089 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.100 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.109 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.120 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.129 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.139 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.145 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.157 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.164 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.175 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.182 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.194 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.201 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.211 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.218 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.229 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.234 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.247 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.254 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.267 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.275 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.286 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.286 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.291 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.302 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.310 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.321 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.328 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.339 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.347 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.358 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.375 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.392 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.401 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.412 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.419 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.430 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.449 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.459 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.469 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.476 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.486 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.503 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.510 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.521 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.538 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.546 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.557 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.564 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.575 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.580 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.591 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.597 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.609 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.615 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.626 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.633 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.643 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.650 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.661 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.668 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.678 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.687 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.697 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.703 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.715 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.724 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.735 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.743 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.753 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.759 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.771 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.776 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.788 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.794 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.806 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.813 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.826 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.831 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.842 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.852 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.862 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.868 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.880 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.886 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.897 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.903 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.914 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.920 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.932 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.937 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.947 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.954 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.965 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.971 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:47.982 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:47.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:47.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:47.991 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.002 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.010 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.022 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.029 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.040 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.048 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.058 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.065 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.075 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.083 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.094 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.103 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.113 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.120 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.131 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.138 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.150 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.158 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.170 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.176 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.187 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.194 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.205 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.211 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.222 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.229 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.240 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.247 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.258 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.266 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.277 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.283 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.294 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.301 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.312 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.319 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.329 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.335 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.348 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.356 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.369 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.377 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.387 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.394 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.406 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.412 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.424 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.443 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.464 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.483 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.500 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.507 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.517 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.524 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.534 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.540 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.551 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.571 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.578 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.590 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.596 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.607 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.613 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.626 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.633 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.645 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.663 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.671 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.682 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.700 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.709 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.720 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.728 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.739 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.739 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.744 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.756 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.761 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.772 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.781 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.791 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.797 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.809 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.817 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.828 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.833 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.844 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.851 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.862 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.868 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.880 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.887 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.897 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.903 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.914 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.922 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.933 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.938 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.949 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.957 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.968 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.974 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:48.987 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:48.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:48.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:48.993 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.004 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.010 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.022 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.030 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.041 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.058 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.064 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.075 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.081 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.091 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.098 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.108 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.116 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.128 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.134 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.145 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.152 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.163 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.170 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.182 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.190 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.202 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.209 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.220 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.227 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.240 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.247 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.258 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.264 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.275 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.280 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.293 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.301 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.312 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.320 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.331 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.351 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.358 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.368 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.375 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.386 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.392 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.403 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.412 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.422 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.431 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.441 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.448 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.459 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.467 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.478 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.487 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.498 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.503 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.515 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.522 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.533 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.549 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.557 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.568 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.575 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.586 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.594 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.605 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.611 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.622 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.630 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.641 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.647 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.658 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.664 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.676 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.683 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.695 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.702 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.714 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.720 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.732 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.738 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.748 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.756 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.767 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.783 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.790 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.800 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.808 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.818 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.825 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.836 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.842 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.854 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.862 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.872 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.878 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.889 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.896 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.907 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.907 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.924 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.930 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.941 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.948 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.959 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.966 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.976 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:49.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:49.983 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:49.994 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:49.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.001 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.012 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.019 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.030 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.037 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.048 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.067 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.075 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.086 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.094 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.105 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.113 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.124 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.130 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.142 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.149 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.162 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.168 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.180 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.188 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.199 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.208 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.220 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.226 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.238 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.246 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.257 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.263 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.274 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.282 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.292 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.301 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.313 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.320 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.332 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.340 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.350 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.359 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.369 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.376 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.387 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.404 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.410 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.423 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.423 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.442 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.450 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.461 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.469 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.480 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.486 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.498 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.507 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.518 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.538 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.544 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.555 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.573 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.580 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.590 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.598 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.608 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.615 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.627 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.633 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.644 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.650 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.662 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.669 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.683 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.690 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.703 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.711 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.722 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.730 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.741 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.748 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.759 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.765 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.776 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.782 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.793 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.801 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.812 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.820 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.831 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.848 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.854 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.865 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.870 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.882 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.892 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.902 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.909 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.921 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.928 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.939 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.946 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.957 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.965 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.976 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:50.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:50.984 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:50.995 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:50.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.001 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.013 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.021 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.031 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.050 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.067 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.076 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.087 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.094 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.107 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.116 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.127 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.138 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.149 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.157 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.168 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.175 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.186 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.192 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.203 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.210 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.221 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.228 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.239 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.248 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.258 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.265 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.277 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.284 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.294 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.300 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.310 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.315 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.328 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.336 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.347 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.365 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.371 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.383 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.394 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.405 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.424 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.429 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.442 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.450 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.461 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.470 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.481 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.502 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.510 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.520 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.529 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.541 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.547 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.559 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.566 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.577 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.584 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.595 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.600 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.611 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.617 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.629 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.635 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.646 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.651 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.663 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.671 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.684 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.691 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.701 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.707 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.720 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.729 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.739 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.739 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.745 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.758 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.763 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.775 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.776 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.783 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.794 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.801 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.812 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.819 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.830 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.837 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.847 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.855 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.865 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.873 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.885 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.902 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.910 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.922 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.929 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.940 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.948 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.959 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.967 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.978 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:51.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:51.985 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:51.996 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:51.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.004 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.015 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.021 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.033 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.049 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.068 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.074 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.084 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.092 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.103 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.112 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.123 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.131 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.142 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.148 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.159 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.167 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.178 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.185 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.196 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.197 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.204 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.215 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.222 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.233 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.240 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.251 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.269 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.277 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.288 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.296 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.307 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.328 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.335 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.347 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.359 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.370 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.378 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.389 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.398 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.409 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.417 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.428 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.434 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.447 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.455 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.465 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.473 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.484 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.501 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.508 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.518 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.525 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.536 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.543 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.555 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.571 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.576 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.587 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.593 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.605 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.612 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.623 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.631 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.642 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.660 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.668 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.678 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.686 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.697 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.703 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.715 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.721 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.733 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.742 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.752 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.760 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.772 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.780 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.791 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.797 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.809 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.815 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.827 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.834 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.845 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.852 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.862 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.869 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.881 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.888 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.899 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.905 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.919 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.928 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.939 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.948 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.959 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.965 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.976 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:52.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:52.983 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:52.993 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:52.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.001 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.012 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.019 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.030 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.035 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.046 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.066 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.075 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.085 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.092 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.103 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.108 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.119 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.126 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.137 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.144 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.156 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.164 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.175 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.182 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.193 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.200 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.212 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.219 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.230 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.236 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.247 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.264 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.271 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.283 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.290 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.301 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.307 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.321 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.330 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.341 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.347 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.357 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.363 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.374 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.393 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.398 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.410 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.415 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.426 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.432 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.442 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.450 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.460 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.468 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.479 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.487 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.497 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.504 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.515 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.521 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.533 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.540 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.553 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.566 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.577 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.585 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.599 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.606 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.619 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.627 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.638 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.645 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.656 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.656 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.663 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.675 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.681 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.692 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.697 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.709 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.716 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.727 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.745 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.750 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.762 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.769 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.780 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.787 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.799 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.806 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.819 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.825 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.835 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.835 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.841 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.851 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.869 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.877 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.888 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.897 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.908 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.925 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.942 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.951 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.962 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.970 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.981 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:53.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:53.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:53.998 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:53.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.006 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.016 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.022 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.034 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.043 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.054 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.061 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.071 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.079 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.091 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.099 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.109 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.128 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.135 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.146 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.157 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.167 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.173 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.184 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.190 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.201 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.208 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.219 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.226 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.238 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.244 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.255 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.265 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.276 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.286 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.297 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.297 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.304 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.315 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.323 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.333 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.342 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.353 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.359 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.371 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.379 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.390 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.390 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.410 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.416 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.427 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.434 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.445 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.450 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.464 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.470 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.482 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.488 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.500 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.507 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.519 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.526 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.538 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.548 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.558 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.564 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.575 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.584 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.595 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.603 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.614 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.622 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.633 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.640 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.651 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.669 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.678 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.688 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.697 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.708 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.724 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.733 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.743 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.749 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.761 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.769 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.779 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.785 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.795 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.803 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.814 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.821 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.832 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.850 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.857 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.868 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.875 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.886 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.901 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.919 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.925 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.936 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.943 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.954 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.958 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.969 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.978 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:54.989 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:54.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:54.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:54.997 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.008 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.016 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.028 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.036 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.047 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.053 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.063 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.069 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.080 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.090 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.101 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.107 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.117 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.136 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.154 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.160 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.171 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.187 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.195 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.205 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.213 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.223 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.229 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.241 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.260 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.268 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.278 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.298 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.307 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.318 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.337 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.344 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.356 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.375 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.393 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.400 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.411 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.419 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.430 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.439 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.449 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.456 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.467 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.476 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.487 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.494 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.505 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.511 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.524 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.531 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.542 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.550 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.560 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.567 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.581 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.588 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.600 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.606 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.617 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.625 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.636 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.642 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.653 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.659 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.672 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.678 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.689 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.697 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.707 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.725 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.732 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.743 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.751 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.762 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.783 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.788 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.801 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.807 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.821 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.829 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.840 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.846 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.857 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.863 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.876 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.883 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.897 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.904 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.916 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.924 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.934 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.943 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.953 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.962 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.974 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.981 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:55.992 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:55.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:55.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:55.999 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.010 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.010 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.017 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.029 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.035 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.047 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.053 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.063 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.071 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.084 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.092 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.102 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.113 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.124 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.131 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.142 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.149 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.160 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.167 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.177 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.183 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.195 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.207 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.219 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.224 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.234 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.241 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.254 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.262 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.272 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.279 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.290 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.296 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.308 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.316 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.327 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.334 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.346 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.352 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.364 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.370 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.380 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.387 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.398 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.406 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.418 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.425 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.436 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.442 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.453 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.458 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.470 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.478 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.488 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.497 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.508 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.515 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.527 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.532 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.544 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.550 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.561 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.566 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.579 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.586 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.597 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.603 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.616 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.623 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.634 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.642 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.653 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.660 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.671 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.677 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.690 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.697 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.708 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.717 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.727 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.733 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.745 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.755 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.765 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.773 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.786 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.803 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.820 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.827 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.838 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.845 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.856 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.863 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.874 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.881 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.891 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.896 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.907 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.915 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.925 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.934 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.944 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.952 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.963 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.971 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:56.982 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:56.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:56.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:56.989 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.001 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.018 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.025 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.036 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.055 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.062 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.073 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.080 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.091 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.100 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.110 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.115 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.129 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.136 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.146 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.152 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.164 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.183 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.190 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.200 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.207 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.218 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.223 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.236 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.243 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.253 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.259 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.271 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.290 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.297 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.310 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.317 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.328 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.335 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.346 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.356 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.366 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.374 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.386 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.395 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.407 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.415 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.426 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.434 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.446 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.446 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.452 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.464 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.482 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.501 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.507 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.521 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.540 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.547 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.557 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.564 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.576 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.584 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.595 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.602 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.612 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.618 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.630 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.639 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.650 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.658 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.670 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.678 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.690 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.698 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.708 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.729 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.735 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.748 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.755 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.767 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.773 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.784 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.803 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.821 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.829 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.841 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.847 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.859 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.866 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.878 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.885 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.896 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.905 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.916 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.923 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.934 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.940 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.951 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.957 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.969 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.978 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:57.989 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:57.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:57.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:57.998 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.008 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.016 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.027 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.035 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.045 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.051 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.062 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.072 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.084 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.092 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.102 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.112 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.122 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.129 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.141 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.148 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.158 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.165 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.176 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.181 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.195 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.202 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.212 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.220 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.231 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.236 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.247 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.255 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.266 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.272 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.282 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.290 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.301 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.308 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.321 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.340 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.359 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.375 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.391 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.398 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.410 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.418 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.428 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.434 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.445 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.452 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.463 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.482 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.501 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.508 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.519 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.526 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.537 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.546 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.557 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.566 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.577 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.578 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.586 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.597 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.604 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.615 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.620 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.631 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.648 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.655 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.665 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.672 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.683 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.690 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.700 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.709 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.719 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.727 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.739 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.739 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.747 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.758 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.765 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.777 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.784 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.796 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.802 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.813 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.820 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.830 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.840 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.851 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.869 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.878 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.888 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.894 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.906 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.912 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.926 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.943 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.951 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.962 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.980 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:58.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:58.987 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:58.998 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:58.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.005 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.016 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.022 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.032 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.049 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.067 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.074 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.085 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.092 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.103 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.109 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.122 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.128 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.139 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.147 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.158 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.163 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.174 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.181 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.192 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.198 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.209 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.217 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.228 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.235 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.247 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.264 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.270 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.281 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.289 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.299 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.309 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.320 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.327 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.339 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.347 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.360 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.366 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.378 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.384 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.396 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.402 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.412 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.421 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.431 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.448 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.456 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.466 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.473 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.483 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.501 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.507 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.518 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.526 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.537 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.543 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.556 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.573 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.580 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.591 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.598 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.609 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.616 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.626 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.634 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.645 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.663 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.670 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.681 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.698 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.707 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.719 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.726 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.737 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.743 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.756 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.763 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.775 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.776 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.781 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.791 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.799 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.809 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.816 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.827 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.835 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.845 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.852 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.863 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.869 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.880 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.888 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.899 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.905 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.915 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.923 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.934 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.949 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.966 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.973 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:53:59.984 DEBUG [src.steps.store] Relaying message
2025-12-29 04:53:59.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:53:59.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:53:59.991 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.002 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.010 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.021 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.028 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.039 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.048 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.058 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.065 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.077 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.096 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.102 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.113 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.129 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.136 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.149 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.157 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.167 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.188 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.194 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.205 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.212 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.224 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.234 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.247 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.252 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.265 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.272 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.282 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.290 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.300 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.311 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.322 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.322 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.328 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.339 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.345 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.356 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.365 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.376 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.384 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.394 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.402 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.413 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.420 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.431 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.438 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.450 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.457 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.468 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.474 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.488 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.494 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.504 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.510 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.521 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.541 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.548 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.559 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.566 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.577 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.585 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.596 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.604 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.615 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.624 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.634 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.641 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.653 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.660 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.671 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.679 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.690 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.696 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.707 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.728 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.735 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.746 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.753 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.764 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.770 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.781 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.789 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.799 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.806 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.817 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.824 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.834 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.853 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.859 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.871 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.877 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.887 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.898 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.909 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.925 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.942 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.950 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.960 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.966 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.977 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:00.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:00.983 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:00.995 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:00.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.001 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.012 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.020 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.031 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.049 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.067 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.074 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.087 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.100 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.111 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.126 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.139 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.147 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.159 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.165 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.176 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.184 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.195 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.201 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.212 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.218 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.231 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.247 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.265 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.271 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.283 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.292 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.303 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.311 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.322 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.331 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.342 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.360 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.369 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.379 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.386 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.397 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.415 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.421 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.433 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.441 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.451 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.460 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.470 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.475 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.489 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19242/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.495 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.507 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37237/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.514 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.526 DEBUG [src.steps.store] Relaying message
2025-12-29 04:54:01.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65221/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-29 04:54:01.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-29 04:54:01.533 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-29 04:54:01.544 DEBUG [src.libs.common] Sleeping for 5 seconds
2025-12-29 04:54:06.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.550 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc4199403fc66fcd3db0f6372fede0fa3ace8ff69b3ca763fd41f17d8560989e9&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.556 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc6ab8102cd31d9679774100a8082321cfce021e3b6779a0be1b1738e3f7e5392&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.561 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x0bac1ec3a69e66f43f6e01afade06d1cb7a336944eb6735ce36f0b1ef11960cf&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.567 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x3f8966927ffaa4152d0c4aa8fd5f79ed2b24edf59dd855368f7de58e4e874547&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.572 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xd5cd919c42af074f0426be8d788fe9259818a354cddc3dc397d43acc67eaf36c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.578 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x088e7c0910f8fececf4cb034a539f17f7c6b0186de85d26f013d4f3e162e2c8d&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.583 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8f7eb44c8199ca291e476c8a7d57f4d13fffd63054ba9a9f49e77c682a4c40b8&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.589 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x809821b6e773905c76cc51ac209f42db9e49d2c9bc9e80d53ed22a788edee9e6&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.594 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xd34c9f53504a6208971a2a8a71f2610870b9e6d37e6b32323ae8f39bb31c6e45&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.600 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc1c32565cf5882c1440685d05595a23291f19aa010f04fed03fc0a066ad38001&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.605 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x720782fc93adfd92d097b5dce1ce488e595b871a8169e3ee22511a9953e3a7e9&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.611 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9b9b49f25067f25ba5feeec2f11bd84137b6762689d2d5ee873674e2fb6622a9&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.616 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1f7d0f241c12d83b5a902df5beb1af10ca5c5a819fb289ea38a2a9098045c043&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.622 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19242/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xedd505783208e4c8fe33f1009c7e725982dcbdea94da4a49e7bdd8895f71b9ee&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.628 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.634 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc4199403fc66fcd3db0f6372fede0fa3ace8ff69b3ca763fd41f17d8560989e9&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.639 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc6ab8102cd31d9679774100a8082321cfce021e3b6779a0be1b1738e3f7e5392&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.644 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x0bac1ec3a69e66f43f6e01afade06d1cb7a336944eb6735ce36f0b1ef11960cf&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.649 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x3f8966927ffaa4152d0c4aa8fd5f79ed2b24edf59dd855368f7de58e4e874547&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.655 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xd5cd919c42af074f0426be8d788fe9259818a354cddc3dc397d43acc67eaf36c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.660 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x088e7c0910f8fececf4cb034a539f17f7c6b0186de85d26f013d4f3e162e2c8d&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.666 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8f7eb44c8199ca291e476c8a7d57f4d13fffd63054ba9a9f49e77c682a4c40b8&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.671 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x809821b6e773905c76cc51ac209f42db9e49d2c9bc9e80d53ed22a788edee9e6&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.676 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xd34c9f53504a6208971a2a8a71f2610870b9e6d37e6b32323ae8f39bb31c6e45&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.681 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc1c32565cf5882c1440685d05595a23291f19aa010f04fed03fc0a066ad38001&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.686 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x720782fc93adfd92d097b5dce1ce488e595b871a8169e3ee22511a9953e3a7e9&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.692 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9b9b49f25067f25ba5feeec2f11bd84137b6762689d2d5ee873674e2fb6622a9&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.697 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1f7d0f241c12d83b5a902df5beb1af10ca5c5a819fb289ea38a2a9098045c043&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.702 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37237/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xedd505783208e4c8fe33f1009c7e725982dcbdea94da4a49e7bdd8895f71b9ee&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.707 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.720 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc4199403fc66fcd3db0f6372fede0fa3ace8ff69b3ca763fd41f17d8560989e9&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.731 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc6ab8102cd31d9679774100a8082321cfce021e3b6779a0be1b1738e3f7e5392&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.742 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x0bac1ec3a69e66f43f6e01afade06d1cb7a336944eb6735ce36f0b1ef11960cf&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.754 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x3f8966927ffaa4152d0c4aa8fd5f79ed2b24edf59dd855368f7de58e4e874547&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.766 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xd5cd919c42af074f0426be8d788fe9259818a354cddc3dc397d43acc67eaf36c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.778 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x088e7c0910f8fececf4cb034a539f17f7c6b0186de85d26f013d4f3e162e2c8d&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.790 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8f7eb44c8199ca291e476c8a7d57f4d13fffd63054ba9a9f49e77c682a4c40b8&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.802 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x809821b6e773905c76cc51ac209f42db9e49d2c9bc9e80d53ed22a788edee9e6&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.813 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xd34c9f53504a6208971a2a8a71f2610870b9e6d37e6b32323ae8f39bb31c6e45&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.825 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc1c32565cf5882c1440685d05595a23291f19aa010f04fed03fc0a066ad38001&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.836 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x720782fc93adfd92d097b5dce1ce488e595b871a8169e3ee22511a9953e3a7e9&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.848 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9b9b49f25067f25ba5feeec2f11bd84137b6762689d2d5ee873674e2fb6622a9&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.859 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1f7d0f241c12d83b5a902df5beb1af10ca5c5a819fb289ea38a2a9098045c043&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.871 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65221/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xedd505783208e4c8fe33f1009c7e725982dcbdea94da4a49e7bdd8895f71b9ee&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-29 04:54:06.882 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-29 04:54:06.886 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-29 04:54:06.887 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-29 04:54:06.887 DEBUG [src.node.waku_node] Stopping container with id 1c92e3709f9c
2025-12-29 04:54:07.573 DEBUG [src.node.waku_node] Container stopped.
2025-12-29 04:54:07.575 DEBUG [src.node.waku_node] Stopping container with id 89d38d1c911d
2025-12-29 04:54:08.262 DEBUG [src.node.waku_node] Container stopped.
2025-12-29 04:54:08.263 DEBUG [src.node.waku_node] Stopping container with id c1556d1a8499
2025-12-29 04:54:08.928 DEBUG [src.node.waku_node] Container stopped.
2025-12-29 04:54:08.929 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-29 04:54:09.694 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-29 04:54:10.244 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-29 04:54:10.649 DEBUG [src.node.docker_mananger] No errors found in the waku logs.