6184 lines
842 KiB
Plaintext

2025-12-18 04:42:50.793 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-18 04:42:50.794 DEBUG [tests.conftest] Running test: test_high_message_volume_sync with id: 2025-12-18_04-42-50__6ccca03d-d25e-4a1d-881b-6d71095421c7
2025-12-18 04:42:50.794 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-18 04:42:50.800 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-18 04:42:50.800 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-42-50__6ccca03d-d25e-4a1d-881b-6d71095421c7__wakuorg_nwaku:latest.log
2025-12-18 04:42:50.806 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-18 04:42:50.806 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-18_04-42-50__6ccca03d-d25e-4a1d-881b-6d71095421c7__wakuorg_nwaku:latest.log
2025-12-18 04:42:50.811 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-18 04:42:50.811 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-18_04-42-50__6ccca03d-d25e-4a1d-881b-6d71095421c7__wakuorg_nwaku:latest.log
2025-12-18 04:42:50.812 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-18 04:42:50.812 DEBUG [src.node.waku_node] Starting Node...
2025-12-18 04:42:50.813 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-18 04:42:50.814 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-18 04:42:50.814 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.120.149
2025-12-18 04:42:50.814 DEBUG [src.node.docker_mananger] Generated ports ['33268', '33269', '33270', '33271', '33272']
2025-12-18 04:42:50.814 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-18 04:42:50.815 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-18 04:42:50.815 DEBUG [src.node.waku_node] Using volumes []
2025-12-18 04:42:50.815 DEBUG [src.node.docker_mananger] docker run -i -t -p 33268:33268 -p 33269:33269 -p 33270:33270 -p 33271:33271 -p 33272:33272 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=33270 --rest-port=33268 --tcp-port=33269 --discv5-udp-port=33271 --rest-address=0.0.0.0 --nat=extip:172.18.120.149 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=edfc71fb1aa5bf3fe5bbcebe832cf5ae0adecfff0de0b4aa1e2b9c8cc43dcb6b --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33272 --metrics-logging=true --relay=true
2025-12-18 04:42:50.998 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.120.149 waku a4d5eea6755597e34a6fc331aaf6233c6ce4120643e48f38e7ab070da52a9c2e
2025-12-18 04:42:51.027 DEBUG [src.node.docker_mananger] Container started with ID a4d5eea67555. Setting up logs at ./log/docker/node1_2025-12-18_04-42-50__6ccca03d-d25e-4a1d-881b-6d71095421c7__wakuorg_nwaku:latest.log
2025-12-18 04:42:51.028 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33268
2025-12-18 04:42:51.029 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-18 04:42:51.054 ERROR [src.node.docker_mananger] Max retries reached for container 3bc5d198d186. Exiting log stream.
2025-12-18 04:42:51.576 ERROR [src.node.docker_mananger] Max retries reached for container bc206b115f56. Exiting log stream.
2025-12-18 04:42:52.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/health" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:42:52.033 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-18 04:42:52.033 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-18 04:42:52.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:42:52.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.149/tcp/33269/p2p/16Uiu2HAmBVr7JxRjSKUTiN8699qeRS8cgkCC49uYfjRZjHkSjqV9","/ip4/172.18.120.149/tcp/33270/ws/p2p/16Uiu2HAmBVr7JxRjSKUTiN8699qeRS8cgkCC49uYfjRZjHkSjqV9"],"enrUri":"enr:-L24QMVpe-JDdegAQWUR4pMw2lgTqR00Ali5csehf7MaEuo_MerpGfTHBkQml1tUmuFfJfdyQtBPyDK3YuoTGEAGvOACgmlkgnY0gmlwhKwSeJWKbXVsdGlhZGRyc5YACASsEniVBoH1AAoErBJ4lQaB9t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7szEg7VwgZTVVdv-LmR0GsYUjHbmhO9KB3Wafq1PJSCDdGNwgoH1g3VkcIKB94V3YWt1MhM"}'
2025-12-18 04:42:52.035 INFO [src.node.waku_node] REST service is ready !!
2025-12-18 04:42:52.036 DEBUG [src.node.waku_node] Starting Node...
2025-12-18 04:42:52.036 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-18 04:42:52.037 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-18 04:42:52.037 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.107
2025-12-18 04:42:52.037 DEBUG [src.node.docker_mananger] Generated ports ['55324', '55325', '55326', '55327', '55328']
2025-12-18 04:42:52.037 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-18 04:42:52.038 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-18 04:42:52.038 DEBUG [src.node.waku_node] Using volumes []
2025-12-18 04:42:52.038 DEBUG [src.node.docker_mananger] docker run -i -t -p 55324:55324 -p 55325:55325 -p 55326:55326 -p 55327:55327 -p 55328:55328 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=55326 --rest-port=55324 --tcp-port=55325 --discv5-udp-port=55327 --rest-address=0.0.0.0 --nat=extip:172.18.65.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=522e7a0aba1881fe6b305f8ff0bffda8febdc33f7c9d8182eabbff2d3f2cfc55 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55328 --metrics-logging=true --relay=true --storenode=/ip4/172.18.120.149/tcp/33269/p2p/16Uiu2HAmBVr7JxRjSKUTiN8699qeRS8cgkCC49uYfjRZjHkSjqV9 --discv5-bootstrap-node=enr:-L24QMVpe-JDdegAQWUR4pMw2lgTqR00Ali5csehf7MaEuo_MerpGfTHBkQml1tUmuFfJfdyQtBPyDK3YuoTGEAGvOACgmlkgnY0gmlwhKwSeJWKbXVsdGlhZGRyc5YACASsEniVBoH1AAoErBJ4lQaB9t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7szEg7VwgZTVVdv-LmR0GsYUjHbmhO9KB3Wafq1PJSCDdGNwgoH1g3VkcIKB94V3YWt1MhM
2025-12-18 04:42:52.227 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.107 waku 5c6541ebb4534e9ad93dbc7878f98f6caa521a71bc513397b2944bbdbfa412f9
2025-12-18 04:42:52.256 DEBUG [src.node.docker_mananger] Container started with ID 5c6541ebb453. Setting up logs at ./log/docker/node2_2025-12-18_04-42-50__6ccca03d-d25e-4a1d-881b-6d71095421c7__wakuorg_nwaku:latest.log
2025-12-18 04:42:52.257 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55324
2025-12-18 04:42:52.257 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-18 04:42:53.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/health" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:42:53.261 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-18 04:42:53.261 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-18 04:42:53.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:42:53.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.107/tcp/55325/p2p/16Uiu2HAm1XBzkjYFBBpg9vDPxZb5TvGUsrxavaub2t6prGwexyTv","/ip4/172.18.65.107/tcp/55326/ws/p2p/16Uiu2HAm1XBzkjYFBBpg9vDPxZb5TvGUsrxavaub2t6prGwexyTv"],"enrUri":"enr:-L24QL5RNO5XEAbPSotJbW7YzpBx1D79Xeqd-O2qn6LnrPXrWJlXAh1VNNj1XEzVJn1b2e1Ftkrgh_z67BN2IKnieS8CgmlkgnY0gmlwhKwSQWuKbXVsdGlhZGRyc5YACASsEkFrBtgdAAoErBJBawbYHt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWo_3J-W88x2g7bCmqNuqy-zTj8hlOblygSJcZO5m_OGDdGNwgtgdg3VkcILYH4V3YWt1MhM"}'
2025-12-18 04:42:53.264 INFO [src.node.waku_node] REST service is ready !!
2025-12-18 04:42:53.264 DEBUG [src.node.waku_node] Starting Node...
2025-12-18 04:42:53.264 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-18 04:42:53.266 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-18 04:42:53.266 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.21
2025-12-18 04:42:53.266 DEBUG [src.node.docker_mananger] Generated ports ['65055', '65056', '65057', '65058', '65059']
2025-12-18 04:42:53.266 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-18 04:42:53.267 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-18 04:42:53.267 DEBUG [src.node.waku_node] Using volumes []
2025-12-18 04:42:53.267 DEBUG [src.node.docker_mananger] docker run -i -t -p 65055:65055 -p 65056:65056 -p 65057:65057 -p 65058:65058 -p 65059:65059 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=65057 --rest-port=65055 --tcp-port=65056 --discv5-udp-port=65058 --rest-address=0.0.0.0 --nat=extip:172.18.34.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c525f6ccd339cba5ed4ccbe6edffd4eefa6b0ccc5bedfb5d8eabc227cc9734fd --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65059 --metrics-logging=true --relay=true --storenode=/ip4/172.18.65.107/tcp/55325/p2p/16Uiu2HAm1XBzkjYFBBpg9vDPxZb5TvGUsrxavaub2t6prGwexyTv --discv5-bootstrap-node=enr:-L24QL5RNO5XEAbPSotJbW7YzpBx1D79Xeqd-O2qn6LnrPXrWJlXAh1VNNj1XEzVJn1b2e1Ftkrgh_z67BN2IKnieS8CgmlkgnY0gmlwhKwSQWuKbXVsdGlhZGRyc5YACASsEkFrBtgdAAoErBJBawbYHt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWo_3J-W88x2g7bCmqNuqy-zTj8hlOblygSJcZO5m_OGDdGNwgtgdg3VkcILYH4V3YWt1MhM
2025-12-18 04:42:53.449 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.21 waku 8d0b227eba59760748859d8935de5984bdd9b206ef3509f160463240bfae4b4b
2025-12-18 04:42:53.505 DEBUG [src.node.docker_mananger] Container started with ID 8d0b227eba59. Setting up logs at ./log/docker/node3_2025-12-18_04-42-50__6ccca03d-d25e-4a1d-881b-6d71095421c7__wakuorg_nwaku:latest.log
2025-12-18 04:42:53.505 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65055
2025-12-18 04:42:53.505 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-18 04:42:54.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/health" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:42:54.509 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-18 04:42:54.510 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-18 04:42:54.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:42:54.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.21/tcp/65056/p2p/16Uiu2HAkyfa8ixVyFDZMWiXgfbhThZDh2fBdzbqp9Pio1xoVtrzH","/ip4/172.18.34.21/tcp/65057/ws/p2p/16Uiu2HAkyfa8ixVyFDZMWiXgfbhThZDh2fBdzbqp9Pio1xoVtrzH"],"enrUri":"enr:-L24QBqwCT4Vp4-M3Ww-3n_SzYBefr4RlKb3y3ujhrMAYo36Kxj_sTClTyGftnmNRMYyyCLJiqpRe14iLNl9jFxj_awCgmlkgnY0gmlwhKwSIhWKbXVsdGlhZGRyc5YACASsEiIVBv4gAAoErBIiFQb-Id0DgnJzhQADAQAAiXNlY3AyNTZrMaECPv5E14erO-dKE_9vuzgNVo3iqYHn6VHRv1R_Ezz57xaDdGNwgv4gg3VkcIL-IoV3YWt1MgE"}'
2025-12-18 04:42:54.514 INFO [src.node.waku_node] REST service is ready !!
2025-12-18 04:42:54.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.120.149/tcp/33269/p2p/16Uiu2HAmBVr7JxRjSKUTiN8699qeRS8cgkCC49uYfjRZjHkSjqV9"]'
2025-12-18 04:42:54.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.107/tcp/55325/p2p/16Uiu2HAm1XBzkjYFBBpg9vDPxZb5TvGUsrxavaub2t6prGwexyTv"]'
2025-12-18 04:42:54.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.543 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-18 04:42:54.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-18 04:42:54.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-18 04:42:54.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.559 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.564 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.575 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.581 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.591 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.595 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.606 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.613 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.624 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.629 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.640 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.640 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.644 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.655 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.660 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.671 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.678 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.688 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.694 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.705 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.711 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.721 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.729 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.740 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.747 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.758 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.763 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.774 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.782 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.792 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.797 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.808 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.814 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.825 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.832 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.843 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.849 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.861 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.866 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.876 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.884 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.894 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.900 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.911 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.918 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.929 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.936 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.947 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.952 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.964 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.970 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.981 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:54.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:54.987 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:54.998 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:54.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.005 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.016 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.021 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.032 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.050 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.069 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.073 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.084 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.091 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.102 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.107 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.118 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.123 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.134 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.140 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.150 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.165 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.170 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.180 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.188 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.199 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.204 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.216 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.221 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.233 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.239 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.250 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.255 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.266 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.273 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.283 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.290 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.301 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.306 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.317 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.322 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.333 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.339 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.350 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.365 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.371 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.382 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.388 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.398 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.415 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.421 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.432 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.440 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.450 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.455 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.467 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.482 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.489 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.499 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.504 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.515 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.519 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.531 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.538 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.549 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.553 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.564 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.569 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.580 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.588 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.598 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.603 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.614 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.619 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.631 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.648 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.653 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.664 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.669 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.680 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.686 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.697 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.702 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.714 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.719 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.731 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.738 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.749 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.766 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.773 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.784 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.801 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.806 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.816 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.822 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.833 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.841 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.851 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.856 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.867 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.883 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.889 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.900 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.904 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.915 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.920 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.931 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.937 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.948 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.952 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.963 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.968 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.979 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:55.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:55.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:55.996 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:55.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.001 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.012 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.018 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.030 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.037 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.048 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.054 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.065 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.070 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.081 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.088 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.099 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.104 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.115 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.120 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.132 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.132 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.139 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.149 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.164 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.180 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.187 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.198 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.204 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.215 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.220 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.231 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.248 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.264 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.269 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.280 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.286 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.297 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.297 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.302 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.314 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.319 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.329 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.336 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.347 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.352 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.363 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.368 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.379 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.386 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.396 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.402 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.414 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.419 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.430 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.447 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.452 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.464 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.470 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.481 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.487 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.498 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.516 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.522 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.532 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.550 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.550 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.554 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.565 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.570 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.581 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.588 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.599 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.604 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.615 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.620 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.631 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.648 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.663 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.668 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.679 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.685 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.695 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.699 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.710 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.715 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.726 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.732 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.743 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.748 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.758 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.764 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.774 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.781 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.792 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.797 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.809 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.814 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.826 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.832 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.842 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.848 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.860 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.866 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.877 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.883 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.893 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.898 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.909 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.915 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.925 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.942 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.947 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.959 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.974 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.981 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:56.991 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:56.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:56.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:56.996 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.007 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.012 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.023 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.028 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.040 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.056 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.061 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.072 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.080 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.091 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.095 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.106 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.111 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.122 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.130 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.142 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.147 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.158 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.164 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.174 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.184 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.195 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.200 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.211 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.218 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.229 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.247 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.251 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.263 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.267 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.278 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.283 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.294 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.300 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.311 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.316 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.326 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.332 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.342 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.359 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.376 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.383 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.393 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.411 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.416 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.426 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.433 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.444 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.450 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.462 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.468 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.479 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.485 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.496 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.501 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.512 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.520 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.530 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.538 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.548 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.553 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.564 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.568 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.578 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.587 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.597 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.602 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.613 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.618 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.629 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.648 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.663 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.671 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.681 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.689 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.699 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.704 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.715 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.721 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.732 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.740 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.750 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.757 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.769 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.774 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.785 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.802 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.806 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.817 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.824 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.834 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.842 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.852 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.857 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.868 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.885 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.892 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.902 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.918 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.923 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.934 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.940 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.952 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.957 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.969 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:57.986 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:57.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:57.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:57.993 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.003 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.020 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.025 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.036 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.055 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.060 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.071 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.076 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.087 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.095 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.106 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.111 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.123 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.128 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.138 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.145 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.156 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.171 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.172 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.176 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.187 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.193 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.204 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.209 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.220 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.225 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.236 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.243 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.253 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.269 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.274 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.285 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.292 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.302 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.306 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.319 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.336 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.342 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.354 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.358 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.370 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.376 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.387 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.404 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.408 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.419 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.426 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.436 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.444 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.455 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.455 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.461 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.474 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.479 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.491 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.497 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.509 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.514 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.526 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.532 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.542 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.551 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.561 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.565 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.576 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.583 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.593 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.600 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.611 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.616 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.626 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.631 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.642 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.659 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.663 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.675 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.680 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.691 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.697 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.708 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.713 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.724 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.729 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.741 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.749 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.759 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.765 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.776 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.776 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.781 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.791 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.799 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.809 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.813 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.824 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.828 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.839 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.845 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.857 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.864 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.875 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.879 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.890 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.895 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.907 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.907 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.912 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.923 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.928 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.938 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.946 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.957 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.961 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.972 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.977 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:58.988 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:58.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:58.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:58.996 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.006 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.012 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.024 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.029 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.040 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.055 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.060 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.070 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.077 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.088 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.095 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.105 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.110 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.123 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.128 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.140 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.147 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.157 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.162 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.174 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.179 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.189 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.207 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.212 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.223 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.228 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.239 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.246 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.257 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.262 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.273 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.279 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.290 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.298 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.308 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.313 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.324 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.340 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.346 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.358 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.363 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.374 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.390 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.410 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.414 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.428 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.433 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.445 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.463 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.468 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.480 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.484 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.495 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.503 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.513 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.519 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.531 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.535 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.546 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.550 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.562 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.562 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.567 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.579 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.583 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.594 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.594 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.600 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.610 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.615 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.627 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.632 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.644 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.650 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.660 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.666 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.676 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.682 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.693 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.700 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.711 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.715 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.726 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.732 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.743 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.751 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.762 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.766 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.778 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.785 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.795 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.802 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.814 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.822 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.833 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.839 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.851 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.868 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.873 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.885 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.901 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.908 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.919 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.924 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.935 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.941 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.951 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.959 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.969 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.974 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:42:59.984 DEBUG [src.steps.store] Relaying message
2025-12-18 04:42:59.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:42:59.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:42:59.991 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.001 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.019 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.036 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.042 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.053 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.060 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.072 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.076 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.087 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.093 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.104 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.111 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.121 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.126 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.137 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.145 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.156 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.172 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.172 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.188 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.193 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.204 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.210 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.221 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.226 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.237 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.242 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.252 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.271 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.277 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.289 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.294 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.305 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.313 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.323 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.328 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.339 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.345 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.355 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.362 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.373 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.378 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.389 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.394 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.405 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.411 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.422 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.427 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.439 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.444 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.456 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.464 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.474 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.479 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.491 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.497 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.507 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.514 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.525 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.529 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.540 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.546 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.557 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.564 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.575 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.582 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.592 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.598 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.609 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.616 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.626 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.631 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.643 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.648 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.659 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.666 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.677 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.682 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.694 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.700 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.710 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.717 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.728 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.733 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.745 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.751 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.762 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.768 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.779 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.783 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.795 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.800 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.812 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.819 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.830 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.836 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.847 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.854 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.865 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.882 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.887 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.897 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.902 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.913 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.921 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.931 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.937 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.948 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.954 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.964 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.980 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:00.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:00.985 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:00.997 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:00.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.003 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.014 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.020 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.031 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.035 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.048 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.067 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.074 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.084 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.089 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.100 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.105 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.116 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.123 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.135 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.140 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.151 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.156 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.166 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.174 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.185 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.200 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.205 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.217 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.223 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.233 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.240 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.251 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.269 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.276 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.287 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.292 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.303 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.309 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.320 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.327 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.337 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.355 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.359 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.370 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.376 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.386 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.390 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.402 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.408 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.418 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.427 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.437 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.442 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.453 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.458 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.469 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.476 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.486 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.503 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.508 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.518 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.525 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.535 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.540 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.551 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.556 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.567 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.575 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.585 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.590 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.602 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.607 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.618 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.624 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.635 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.640 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.651 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.656 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.666 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.673 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.684 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.699 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.704 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.714 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.720 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.731 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.736 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.747 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.752 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.764 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.771 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.782 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.787 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.798 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.805 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.815 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.822 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.832 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.836 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.847 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.853 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.864 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.870 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.880 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.885 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.897 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.902 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.914 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.920 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.932 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.937 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.949 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.954 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.965 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.973 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:01.983 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:01.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:01.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:01.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.000 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.018 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.025 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.036 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.041 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.053 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.058 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.068 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.075 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.087 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.091 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.104 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.110 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.121 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.128 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.138 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.155 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.160 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.171 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.190 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.195 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.206 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.211 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.222 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.228 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.238 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.244 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.255 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.260 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.273 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.286 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.297 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.297 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.303 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.315 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.320 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.331 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.340 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.350 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.366 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.371 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.382 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.389 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.400 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.405 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.417 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.422 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.434 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.441 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.451 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.458 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.468 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.473 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.484 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.502 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.507 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.519 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.524 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.535 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.543 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.554 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.558 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.572 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.577 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.587 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.596 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.607 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.611 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.623 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.629 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.639 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.640 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.647 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.658 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.662 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.673 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.678 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.689 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.696 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.707 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.712 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.723 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.728 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.739 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.739 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.746 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.756 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.762 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.773 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.778 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.789 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.796 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.807 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.812 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.824 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.829 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.839 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.846 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.857 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.861 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.872 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.878 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.888 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.895 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.906 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.910 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.921 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.926 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.936 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.942 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.953 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.958 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.970 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:02.986 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:02.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:02.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:02.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.002 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.019 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.035 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.040 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.050 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.066 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.071 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.081 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.087 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.097 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.102 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.113 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.129 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.136 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.147 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.151 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.162 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.167 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.178 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.185 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.196 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.200 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.211 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.218 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.229 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.236 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.247 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.252 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.263 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.268 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.278 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.284 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.295 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.301 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.312 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.318 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.329 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.334 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.345 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.351 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.362 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.368 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.379 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.386 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.398 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.414 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.420 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.430 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.448 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.468 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.478 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.489 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.497 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.508 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.512 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.523 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.529 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.539 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.546 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.556 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.574 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.579 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.590 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.596 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.606 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.610 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.622 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.627 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.637 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.637 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.643 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.654 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.659 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.670 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.685 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.702 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.707 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.718 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.724 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.735 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.743 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.753 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.757 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.769 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.774 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.785 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.790 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.801 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.806 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.818 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.823 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.834 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.839 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.852 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.856 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.867 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.882 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.888 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.899 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.904 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.915 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.920 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.930 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.937 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.947 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.952 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.963 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.979 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:03.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:03.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:03.997 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:03.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.003 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.014 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.019 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.030 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.036 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.047 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.051 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.063 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.069 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.079 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.085 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.095 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.100 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.111 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.128 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.135 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.146 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.151 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.162 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.167 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.177 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.184 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.194 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.199 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.210 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.215 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.226 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.232 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.243 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.248 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.259 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.266 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.277 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.283 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.294 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.298 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.309 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.325 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.332 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.343 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.359 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.374 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.391 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.396 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.407 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.412 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.423 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.423 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.440 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.445 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.457 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.462 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.472 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.478 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.490 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.495 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.507 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.512 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.523 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.529 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.540 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.544 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.555 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.572 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.580 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.590 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.594 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.606 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.611 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.621 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.629 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.639 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.643 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.654 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.660 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.671 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.678 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.688 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.693 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.705 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.710 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.721 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.728 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.738 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.742 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.754 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.759 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.769 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.775 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.786 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.804 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.809 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.819 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.826 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.837 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.842 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.853 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.868 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.875 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.886 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.890 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.902 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.917 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.925 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.936 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.940 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.951 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.967 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.972 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:04.984 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:04.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:04.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:04.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.000 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.017 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.035 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.040 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.051 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.067 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.075 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.085 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.092 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.103 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.108 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.118 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.136 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.154 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.172 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.172 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.179 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.190 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.195 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.208 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.213 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.224 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.231 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.241 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.246 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.256 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.261 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.272 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.279 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.290 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.294 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.306 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.313 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.323 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.339 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.344 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.355 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.360 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.371 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.377 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.388 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.405 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.410 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.420 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.428 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.438 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.443 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.454 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.455 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.460 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.470 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.477 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.488 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.493 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.504 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.509 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.519 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.527 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.537 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.541 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.552 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.557 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.568 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.574 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.585 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.590 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.602 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.607 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.618 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.625 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.636 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.640 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.651 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.656 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.666 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.671 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.682 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.687 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.699 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.704 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.714 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.722 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.732 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.737 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.747 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.764 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.771 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.781 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.785 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.796 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.803 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.813 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.821 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.832 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.837 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.848 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.855 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.865 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.882 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.888 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.899 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.905 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.916 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.924 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.934 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.953 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.958 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.968 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:05.986 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:05.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:05.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:05.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.004 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.010 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.020 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.026 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.037 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.043 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.056 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.073 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.087 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.093 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.104 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.109 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.120 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.126 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.137 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.155 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.173 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.180 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.191 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.199 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.210 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.216 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.227 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.248 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.254 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.265 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.272 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.283 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.290 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.301 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.309 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.320 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.326 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.337 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.345 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.356 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.365 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.376 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.384 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.396 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.413 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.421 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.431 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.449 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.456 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.467 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.474 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.486 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.495 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.507 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.516 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.526 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.534 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.545 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.552 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.564 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.571 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.581 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.591 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.601 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.607 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.619 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.626 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.637 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.637 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.645 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.657 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.662 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.675 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.681 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.692 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.699 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.709 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.716 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.727 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.745 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.764 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.783 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.790 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.801 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.811 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.822 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.828 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.839 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.845 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.856 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.864 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.876 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.882 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.895 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.905 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.915 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.922 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.933 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.938 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.949 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.957 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.969 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.977 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:06.987 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:06.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:06.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:06.994 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.006 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.013 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.025 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.032 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.043 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.049 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.060 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.061 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.066 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.076 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.083 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.094 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.101 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.113 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.122 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.133 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.154 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.173 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.181 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.192 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.199 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.210 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.219 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.230 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.236 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.246 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.264 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.270 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.281 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.288 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.300 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.306 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.317 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.323 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.335 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.353 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.362 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.373 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.392 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.410 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.416 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.428 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.435 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.446 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.463 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.482 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.500 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.506 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.518 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.527 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.537 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.544 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.556 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.565 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.575 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.581 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.591 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.599 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.610 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.617 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.628 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.636 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.647 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.653 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.665 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.672 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.683 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.699 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.705 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.717 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.724 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.735 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.743 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.754 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.761 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.772 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.779 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.789 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.796 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.807 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.814 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.825 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.832 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.844 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.853 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.863 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.870 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.882 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.890 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.900 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.909 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.919 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.926 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.938 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.946 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.957 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.963 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.975 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:07.981 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:07.993 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:07.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:07.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.000 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.011 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.018 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.030 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.049 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.067 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.077 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.087 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.094 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.106 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.113 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.125 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.133 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.143 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.150 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.161 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.170 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.180 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.199 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.205 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.217 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.225 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.236 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.245 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.256 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.263 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.274 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.282 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.293 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.302 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.313 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.319 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.331 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.339 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.350 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.357 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.367 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.375 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.386 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.392 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.405 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.411 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.422 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.431 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.442 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.452 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.462 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.470 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.481 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.486 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.497 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.505 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.516 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.534 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.543 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.554 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.563 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.573 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.580 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.592 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.598 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.609 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.618 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.629 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.648 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.654 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.665 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.672 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.683 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.689 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.701 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.707 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.719 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.726 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.737 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.745 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.755 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.762 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.773 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.779 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.790 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.798 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.809 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.815 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.826 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.833 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.845 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.852 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.863 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.870 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.882 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.888 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.899 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.917 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.924 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.935 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.941 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.951 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.958 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.969 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:08.987 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:08.987 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:08.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:08.994 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.005 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.011 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.022 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.028 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.041 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.060 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.067 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.078 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.095 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.100 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.111 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.128 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.135 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.146 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.151 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.162 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.168 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.180 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.200 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.207 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.217 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.225 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.236 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.243 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.255 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.262 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.273 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.281 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.292 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.299 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.310 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.319 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.330 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.336 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.347 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.353 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.363 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.371 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.383 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.391 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.401 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.409 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.420 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.427 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.439 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.446 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.457 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.465 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.476 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.483 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.494 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.501 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.512 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.520 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.531 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.538 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.548 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.555 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.565 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.571 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.583 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.590 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.600 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.608 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.619 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.625 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.636 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.637 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.644 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.655 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.662 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.673 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.680 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.692 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.699 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.710 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.717 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.728 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.745 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.755 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.765 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.783 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.790 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.802 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.820 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.827 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.838 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.854 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.863 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.873 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.880 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.893 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.899 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.913 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.921 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.932 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.950 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.957 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.968 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.974 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:09.985 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:09.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:09.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:09.991 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.001 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.018 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.037 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.046 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.057 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.065 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.076 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.083 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.093 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.100 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.110 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.128 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.135 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.146 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.152 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.163 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.180 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.187 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.198 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.206 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.219 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.225 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.236 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.242 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.254 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.260 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.271 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.276 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.287 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.296 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.307 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.326 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.334 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.346 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.364 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.371 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.382 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.389 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.400 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.408 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.418 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.419 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.425 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.435 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.442 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.453 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.460 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.471 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.478 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.489 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.495 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.506 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.514 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.525 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.532 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.543 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.552 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.563 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.570 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.581 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.587 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.597 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.605 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.617 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.623 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.634 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.640 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.651 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.668 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.686 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.703 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.710 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.721 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.730 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.740 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.748 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.759 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.766 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.777 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.783 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.793 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.801 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.811 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.818 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.829 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.836 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.846 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.854 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.864 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.883 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.890 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.900 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.908 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.919 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.925 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.937 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.943 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.955 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.975 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:10.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:10.981 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:10.995 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:10.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.000 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.012 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.020 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.031 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.037 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.049 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.064 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.077 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.085 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.096 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.102 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.115 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.121 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.131 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.139 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.149 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.157 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.168 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.187 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.195 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.206 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.212 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.223 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.230 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.242 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.250 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.263 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.271 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.282 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.288 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.298 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.307 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.318 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.323 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.336 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.354 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.360 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.372 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.379 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.390 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.397 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.407 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.415 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.426 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.433 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.444 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.451 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.463 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.483 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.501 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.507 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.518 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.525 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.535 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.555 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.572 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.579 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.590 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.597 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.609 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.618 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.629 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.636 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.646 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.653 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.665 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.672 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.683 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.689 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.701 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.707 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.718 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.726 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.737 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.745 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.755 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.763 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.774 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.780 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.791 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.797 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.812 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.818 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.829 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.836 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.846 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.853 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.864 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.871 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.883 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.888 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.900 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.918 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.924 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.935 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.942 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.953 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.959 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.972 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.978 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:11.989 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:11.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:11.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:11.995 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.007 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.014 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.025 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.031 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.043 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.051 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.063 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.068 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.081 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.087 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.098 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.103 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.114 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.121 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.132 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.141 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.153 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.159 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.170 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.178 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.189 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.194 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.205 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.210 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.223 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.231 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.243 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.261 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.269 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.279 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.296 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.306 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.316 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.327 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.336 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.348 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.355 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.366 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.373 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.385 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.392 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.403 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.409 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.420 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.425 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.436 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.445 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.455 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.455 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.462 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.473 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.481 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.492 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.497 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.508 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.515 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.526 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.536 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.547 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.554 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.564 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.570 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.581 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.582 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.587 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.598 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.605 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.617 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.622 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.632 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.650 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.667 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.674 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.686 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.704 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.704 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.715 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.725 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.733 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.744 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.765 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.773 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.784 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.802 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.821 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.827 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.838 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.847 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.858 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.863 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.874 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.881 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.892 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.900 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.910 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.918 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.929 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.934 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.945 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.953 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.964 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.970 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.981 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:12.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:12.989 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:12.999 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:12.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.018 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.028 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.038 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.046 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.057 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.063 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.075 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.080 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.093 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.098 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.110 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.116 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.130 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.137 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.149 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.165 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.172 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.183 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.191 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.203 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.210 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.221 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.229 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.240 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.260 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.266 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.277 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.296 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.304 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.315 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.322 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.333 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.339 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.351 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.357 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.369 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.374 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.385 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.392 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.404 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.411 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.422 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.428 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.438 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.445 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.455 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.462 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.474 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.493 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.503 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.510 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.521 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.527 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.538 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.547 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.557 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.565 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.575 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.584 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.595 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.602 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.612 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.620 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.630 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.649 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.656 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.666 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.673 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.683 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.690 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.702 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.710 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.721 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.727 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.738 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.745 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.756 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.763 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.774 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.780 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.791 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.797 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.808 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.814 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.825 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.833 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.844 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.849 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.861 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.869 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.880 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.886 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.897 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.903 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.914 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.922 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.933 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.950 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.967 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:13.986 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:13.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:13.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:13.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.004 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.012 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.023 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.029 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.039 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.046 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.057 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.063 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.075 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.081 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.092 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.099 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.110 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.128 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.136 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.146 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.153 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.163 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.180 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.186 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.198 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.204 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.216 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.223 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.234 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.241 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.253 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.259 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.270 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.289 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.295 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.305 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.312 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.323 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.341 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.359 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.375 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.391 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.396 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.407 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.412 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.425 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.432 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.444 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.450 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.460 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.468 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.479 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.486 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.498 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.506 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.518 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.525 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.536 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.553 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.572 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.578 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.589 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.594 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.605 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.612 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.625 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.632 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.643 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.650 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.662 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.669 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.679 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.685 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.697 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.705 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.716 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.721 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.732 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.738 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.752 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.759 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.771 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.776 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.786 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.793 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.804 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.811 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.821 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.830 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.840 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.846 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.857 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.863 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.875 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.882 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.893 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.901 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.912 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.920 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.932 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.950 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.957 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.968 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.974 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:14.985 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:14.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:14.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:14.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.003 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.009 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.022 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.029 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.040 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.058 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.065 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.075 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.082 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.093 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.102 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.112 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.120 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.131 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.137 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.151 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.160 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.171 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.178 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.190 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.197 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.209 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.215 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.227 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.233 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.245 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.251 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.262 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.269 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.281 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.290 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.300 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.305 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.317 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.323 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.334 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.342 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.353 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.358 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.370 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.378 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.389 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.395 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.406 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.414 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.425 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.433 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.443 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.464 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.470 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.482 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.487 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.497 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.505 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.516 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.522 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.534 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.550 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.557 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.567 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.574 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.585 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.591 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.603 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.611 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.622 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.630 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.641 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.660 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.667 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.677 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.683 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.695 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.700 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.710 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.719 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.729 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.736 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.747 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.755 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.765 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.773 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.784 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.802 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.813 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.823 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.831 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.842 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.849 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.861 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.868 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.879 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.886 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.896 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.904 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.915 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.921 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.931 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.940 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.950 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.968 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:15.985 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:15.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:15.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:15.991 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.001 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.019 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.026 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.038 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.056 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.062 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.073 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.080 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.091 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.099 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.110 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.115 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.126 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.132 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.142 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.149 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.160 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.166 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.179 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.185 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.196 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.203 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.214 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.222 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.233 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.241 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.252 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.260 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.270 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.277 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.288 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.297 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.308 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.324 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.330 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.342 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.349 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.359 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.366 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.377 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.382 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.396 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.413 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.419 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.431 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.449 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.455 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.466 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.482 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.488 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.499 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.505 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.516 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.524 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.534 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.540 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.553 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.559 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.570 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.576 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.587 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.593 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.604 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.610 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.622 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.631 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.642 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.660 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.667 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.678 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.686 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.696 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.701 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.712 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.728 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.735 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.745 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.750 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.762 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.769 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.780 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.787 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.799 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.806 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.818 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.824 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.836 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.854 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.861 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.873 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.879 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.891 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.898 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.909 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.916 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.927 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.934 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.945 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.951 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.961 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.967 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.978 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:16.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:16.984 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:16.996 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:16.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.004 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.014 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.020 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.032 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.042 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.052 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.059 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.070 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.076 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.087 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.093 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.104 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.112 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.123 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.130 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.141 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.149 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.160 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.166 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.178 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.184 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.196 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.204 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.214 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.222 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.233 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.240 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.251 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.269 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.277 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.287 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.292 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.304 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.310 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.320 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.326 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.337 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.344 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.355 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.361 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.373 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.391 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.396 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.407 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.424 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.432 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.442 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.449 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.460 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.466 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.476 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.482 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.493 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.497 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.508 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.514 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.526 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.533 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.544 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.551 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.562 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.562 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.567 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.578 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.578 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.583 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.595 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.600 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.611 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.618 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.628 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.648 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.654 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.666 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.673 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.683 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.691 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.702 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.707 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.719 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.725 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.735 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.742 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.752 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.757 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.768 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.775 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.786 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.804 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.821 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.829 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.840 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.847 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.857 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.865 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.876 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.883 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.895 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.902 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.913 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.920 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.931 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.937 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.949 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.966 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.972 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:17.984 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:17.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:17.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:17.990 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.001 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.018 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.025 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.035 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.044 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.055 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.061 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.072 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.078 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.090 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.097 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.110 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.128 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.134 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.146 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.151 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.162 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.168 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.179 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.185 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.197 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.205 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.216 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.221 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.232 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.239 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.250 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.268 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.276 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.287 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.292 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.303 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.308 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.319 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.327 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.338 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.347 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.357 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.375 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.383 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.395 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.410 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.420 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.431 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.438 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.449 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.456 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.469 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.477 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.487 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.493 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.504 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.511 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.522 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.530 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.541 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.546 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.556 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.572 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.579 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.590 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.597 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.607 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.613 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.624 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.629 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.640 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.646 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.657 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.665 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.676 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.684 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.695 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.705 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.716 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.723 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.735 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.742 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.753 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.761 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.773 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.781 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.792 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.798 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.810 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.816 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.827 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.834 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.845 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.856 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.866 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.885 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.903 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.911 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.922 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.930 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.941 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.949 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.960 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.970 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.980 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:18.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:18.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:18.999 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:18.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.004 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.015 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.034 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.041 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.052 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.060 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.072 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.080 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.091 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.099 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.109 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.129 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.137 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.148 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.155 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.166 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.173 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.184 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.190 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.201 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.208 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.219 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.226 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.237 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.244 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.256 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.263 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.274 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.281 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.293 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.301 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.312 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.321 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.332 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.348 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.356 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.366 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.375 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.386 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.404 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.411 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.423 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.431 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.442 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.448 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.460 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.465 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.476 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.482 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.494 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.501 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.512 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.520 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.530 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.538 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.549 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.555 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.566 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.573 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.583 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.593 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.603 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.612 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.623 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.631 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.642 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.650 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.660 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.666 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.677 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.686 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.697 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.702 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.712 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.719 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.730 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.740 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.751 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.758 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.769 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.775 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.788 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.796 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.807 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.812 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.822 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.832 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.843 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.851 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.861 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.867 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.878 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.885 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.897 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.903 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.915 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.922 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.934 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.951 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.958 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.970 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.977 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:19.989 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:19.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:19.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:19.995 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.006 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.011 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.022 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.028 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.039 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.045 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.057 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.066 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.077 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.095 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.102 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.116 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.123 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.134 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.141 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.152 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.159 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.170 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.187 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.207 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.214 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.226 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.232 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.244 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.252 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.263 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.271 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.283 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.289 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.299 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.306 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.318 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.339 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.345 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.356 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.362 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.373 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.378 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.389 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.397 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.407 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.417 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.428 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.434 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.445 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.452 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.463 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.470 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.480 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.488 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.499 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.505 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.517 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.534 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.553 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.572 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.578 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.591 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.596 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.608 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.615 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.626 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.634 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.644 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.660 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.667 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.677 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.687 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.698 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.705 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.716 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.724 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.736 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.743 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.755 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.763 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.774 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.780 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.791 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55324/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.796 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.807 DEBUG [src.steps.store] Relaying message
2025-12-18 04:43:20.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:43:20.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:43:20.815 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2025-12-18 04:43:20.825 DEBUG [src.libs.common] Sleeping for 5 seconds
2025-12-18 04:43:25.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.832 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9aafb48b8f44d4a1dce2cc984fff889c1d984d2d12c65757cb6baa04d8e497b3&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.837 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x7fcd5e60cee57f545577ca761b68d7d7a84ac78b1d10881cf02ef09dfee9090c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.843 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x195aa73027f9ed96c74badb7c21caee50053669145c81f7db15ac5aa58c5cd8d&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.848 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1aa2c14c6ae7f6107720ca82b01011693c9646500a2088ef7ddb7dd1e082189c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.854 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x20e42acb4d357ab9b1b19d318da84b39c4a5cac606a70bd252451a4d96fea271&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.859 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc2bc72d8dca8ad54f66d69a273bfcd7bf1b5d93036067d97a895e585aca38f33&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.864 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x6078b410c5046e4dedcde132c9c63e8488925392f41ff750c3916dcd37abc34b&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.869 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc39e1656226b943ae1661e5e4b67c8effa1116be429b03660e2343dfa28ca135&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.874 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8cdfa8228dbb81752109bb98664f224d06d4318c7cf07e764013e8b2920480a3&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.880 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x00b00c81a6f9d609bde46b0fca30a0238a141e85897ed147897848a22baa559e&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.885 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x369b783e9f42b8f75deaa8aa4618084d9f0f554ccf9ac5bb006bff08c5238d2b&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.891 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x0b29a1fc91a9ea3f3795f79db0b024ae881a74af2391e40ecf42dac5e6e047bb&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.896 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8a0f8c4358c10186305be8678d5465333d83a078ecd19c23fb5dfd661d304c65&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.902 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x6059baec7af5afcaacdcd588463839a4abccf89d6e8e7372758a654e037bac1a&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.907 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.912 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9aafb48b8f44d4a1dce2cc984fff889c1d984d2d12c65757cb6baa04d8e497b3&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.918 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x7fcd5e60cee57f545577ca761b68d7d7a84ac78b1d10881cf02ef09dfee9090c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.923 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x195aa73027f9ed96c74badb7c21caee50053669145c81f7db15ac5aa58c5cd8d&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.928 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1aa2c14c6ae7f6107720ca82b01011693c9646500a2088ef7ddb7dd1e082189c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.934 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x20e42acb4d357ab9b1b19d318da84b39c4a5cac606a70bd252451a4d96fea271&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.939 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc2bc72d8dca8ad54f66d69a273bfcd7bf1b5d93036067d97a895e585aca38f33&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.945 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x6078b410c5046e4dedcde132c9c63e8488925392f41ff750c3916dcd37abc34b&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.950 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc39e1656226b943ae1661e5e4b67c8effa1116be429b03660e2343dfa28ca135&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.955 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8cdfa8228dbb81752109bb98664f224d06d4318c7cf07e764013e8b2920480a3&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.961 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x00b00c81a6f9d609bde46b0fca30a0238a141e85897ed147897848a22baa559e&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.966 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x369b783e9f42b8f75deaa8aa4618084d9f0f554ccf9ac5bb006bff08c5238d2b&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.971 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x0b29a1fc91a9ea3f3795f79db0b024ae881a74af2391e40ecf42dac5e6e047bb&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.977 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8a0f8c4358c10186305be8678d5465333d83a078ecd19c23fb5dfd661d304c65&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.982 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55324/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x6059baec7af5afcaacdcd588463839a4abccf89d6e8e7372758a654e037bac1a&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:25.987 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:25.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.000 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9aafb48b8f44d4a1dce2cc984fff889c1d984d2d12c65757cb6baa04d8e497b3&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.011 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x7fcd5e60cee57f545577ca761b68d7d7a84ac78b1d10881cf02ef09dfee9090c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.023 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x195aa73027f9ed96c74badb7c21caee50053669145c81f7db15ac5aa58c5cd8d&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.034 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1aa2c14c6ae7f6107720ca82b01011693c9646500a2088ef7ddb7dd1e082189c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.048 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x20e42acb4d357ab9b1b19d318da84b39c4a5cac606a70bd252451a4d96fea271&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.060 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc2bc72d8dca8ad54f66d69a273bfcd7bf1b5d93036067d97a895e585aca38f33&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.071 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x6078b410c5046e4dedcde132c9c63e8488925392f41ff750c3916dcd37abc34b&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.083 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc39e1656226b943ae1661e5e4b67c8effa1116be429b03660e2343dfa28ca135&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.095 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8cdfa8228dbb81752109bb98664f224d06d4318c7cf07e764013e8b2920480a3&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.106 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x00b00c81a6f9d609bde46b0fca30a0238a141e85897ed147897848a22baa559e&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.118 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x369b783e9f42b8f75deaa8aa4618084d9f0f554ccf9ac5bb006bff08c5238d2b&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.130 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x0b29a1fc91a9ea3f3795f79db0b024ae881a74af2391e40ecf42dac5e6e047bb&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.142 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8a0f8c4358c10186305be8678d5465333d83a078ecd19c23fb5dfd661d304c65&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.154 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x6059baec7af5afcaacdcd588463839a4abccf89d6e8e7372758a654e037bac1a&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:43:26.165 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:43:26.169 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-18 04:43:26.170 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-18 04:43:26.170 DEBUG [src.node.waku_node] Stopping container with id a4d5eea67555
2025-12-18 04:43:26.769 DEBUG [src.node.waku_node] Container stopped.
2025-12-18 04:43:26.769 DEBUG [src.node.waku_node] Stopping container with id 5c6541ebb453
2025-12-18 04:43:27.414 DEBUG [src.node.waku_node] Container stopped.
2025-12-18 04:43:27.414 DEBUG [src.node.waku_node] Stopping container with id 8d0b227eba59
2025-12-18 04:43:28.023 DEBUG [src.node.waku_node] Container stopped.
2025-12-18 04:43:28.025 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-18 04:43:28.858 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-18 04:43:28.929 ERROR [src.node.docker_mananger] Max retries reached for container 5c6541ebb453. Exiting log stream.
2025-12-18 04:43:29.323 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-18 04:43:29.691 DEBUG [src.node.docker_mananger] No errors found in the waku logs.