6185 lines
842 KiB
Plaintext

2026-02-26 04:44:05.014 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-26 04:44:05.015 DEBUG [tests.conftest] Running test: test_high_message_volume_sync with id: 2026-02-26_04-44-05__cd99662d-7f64-460b-9503-030576ddbf3f
2026-02-26 04:44:05.015 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-26 04:44:05.022 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-26 04:44:05.023 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-26_04-44-05__cd99662d-7f64-460b-9503-030576ddbf3f__wakuorg_nwaku:latest.log
2026-02-26 04:44:05.029 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-26 04:44:05.029 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-26_04-44-05__cd99662d-7f64-460b-9503-030576ddbf3f__wakuorg_nwaku:latest.log
2026-02-26 04:44:05.036 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-26 04:44:05.036 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-26_04-44-05__cd99662d-7f64-460b-9503-030576ddbf3f__wakuorg_nwaku:latest.log
2026-02-26 04:44:05.036 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-26 04:44:05.037 DEBUG [src.node.waku_node] Starting Node...
2026-02-26 04:44:05.037 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-26 04:44:05.038 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-26 04:44:05.039 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.99.165
2026-02-26 04:44:05.039 DEBUG [src.node.docker_mananger] Generated ports ['56095', '56096', '56097', '56098', '56099']
2026-02-26 04:44:05.039 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-26 04:44:05.039 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-26 04:44:05.039 DEBUG [src.node.waku_node] Using volumes []
2026-02-26 04:44:05.039 DEBUG [src.node.docker_mananger] docker run -i -t -p 56095:56095 -p 56096:56096 -p 56097:56097 -p 56098:56098 -p 56099:56099 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=56097 --rest-port=56095 --tcp-port=56096 --discv5-udp-port=56098 --rest-address=0.0.0.0 --nat=extip:172.18.99.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1b7516ccd68e4b6994b88fd84c6cdc45b9dd0a8acd7dff999f435bb67deae99c --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56099 --metrics-logging=true --relay=true
2026-02-26 04:44:05.230 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.99.165 waku 9cb78999bdfd048189c6b4e7e0b4802cb13e3afe8ef26e25d21b93e494b79308
2026-02-26 04:44:05.272 DEBUG [src.node.docker_mananger] Container started with ID 9cb78999bdfd. Setting up logs at ./log/docker/node1_2026-02-26_04-44-05__cd99662d-7f64-460b-9503-030576ddbf3f__wakuorg_nwaku:latest.log
2026-02-26 04:44:05.273 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56095
2026-02-26 04:44:05.273 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-26 04:44:05.285 ERROR [src.node.docker_mananger] Max retries reached for container 4e6d7cb6de60. Exiting log stream.
2026-02-26 04:44:05.778 ERROR [src.node.docker_mananger] Max retries reached for container 13f736374c9b. Exiting log stream.
2026-02-26 04:44:06.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/health" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:06.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-26 04:44:06.277 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-26 04:44:06.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:06.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.99.165/tcp/56096/p2p/16Uiu2HAmEUVvCkK4KRE16ECLsnNa5EnEp8gS6Yavcz57F6QtzhPp","/ip4/172.18.99.165/tcp/56097/ws/p2p/16Uiu2HAmEUVvCkK4KRE16ECLsnNa5EnEp8gS6Yavcz57F6QtzhPp"],"enrUri":"enr:-L24QCpoNmxxFQDDgf7cjVbNK3U6LmP2TUc8o9tX24L353_zYvFt5VL4vrpNHXD4oW11me264nffsxkzPe5ITau98hcCgmlkgnY0gmlwhKwSY6WKbXVsdGlhZGRyc5YACASsEmOlBtsgAAoErBJjpQbbId0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGwdqwKLcHvVJIejkYEFtLJRvVMO8qaKLiMcx3Ycg_YODdGNwgtsgg3VkcILbIoV3YWt1MhM"}'
2026-02-26 04:44:06.280 INFO [src.node.waku_node] REST service is ready !!
2026-02-26 04:44:06.280 DEBUG [src.node.waku_node] Starting Node...
2026-02-26 04:44:06.280 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-26 04:44:06.282 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-26 04:44:06.282 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.235.61
2026-02-26 04:44:06.282 DEBUG [src.node.docker_mananger] Generated ports ['53999', '54000', '54001', '54002', '54003']
2026-02-26 04:44:06.282 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-26 04:44:06.282 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-26 04:44:06.282 DEBUG [src.node.waku_node] Using volumes []
2026-02-26 04:44:06.282 DEBUG [src.node.docker_mananger] docker run -i -t -p 53999:53999 -p 54000:54000 -p 54001:54001 -p 54002:54002 -p 54003:54003 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=54001 --rest-port=53999 --tcp-port=54000 --discv5-udp-port=54002 --rest-address=0.0.0.0 --nat=extip:172.18.235.61 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1bccfe6ba81fadbedafbd62c6c7f77a7495bacc89abfb0cacac7d2bd76c12337 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54003 --metrics-logging=true --relay=true --storenode=/ip4/172.18.99.165/tcp/56096/p2p/16Uiu2HAmEUVvCkK4KRE16ECLsnNa5EnEp8gS6Yavcz57F6QtzhPp --discv5-bootstrap-node=enr:-L24QCpoNmxxFQDDgf7cjVbNK3U6LmP2TUc8o9tX24L353_zYvFt5VL4vrpNHXD4oW11me264nffsxkzPe5ITau98hcCgmlkgnY0gmlwhKwSY6WKbXVsdGlhZGRyc5YACASsEmOlBtsgAAoErBJjpQbbId0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGwdqwKLcHvVJIejkYEFtLJRvVMO8qaKLiMcx3Ycg_YODdGNwgtsgg3VkcILbIoV3YWt1MhM
2026-02-26 04:44:06.477 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.235.61 waku 11247fbebbd7c08c17535a2d0d5119fc52e42a7a44ff0004022219962f33925d
2026-02-26 04:44:06.511 DEBUG [src.node.docker_mananger] Container started with ID 11247fbebbd7. Setting up logs at ./log/docker/node2_2026-02-26_04-44-05__cd99662d-7f64-460b-9503-030576ddbf3f__wakuorg_nwaku:latest.log
2026-02-26 04:44:06.512 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53999
2026-02-26 04:44:06.512 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-26 04:44:07.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/health" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:07.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-26 04:44:07.517 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-26 04:44:07.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:07.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.235.61/tcp/54000/p2p/16Uiu2HAmF59WYdKFLgA5umusmsF3f8S1bHidKmmvq4BjpxtMtnpY","/ip4/172.18.235.61/tcp/54001/ws/p2p/16Uiu2HAmF59WYdKFLgA5umusmsF3f8S1bHidKmmvq4BjpxtMtnpY"],"enrUri":"enr:-L24QNeGFYTDqxeuDbKIuREkL-R8zuf36O61hi2Ffig3J9gERBdMPxMUymsAGdyvn7zfxgutEHXMsEJpa-vSypIH4awCgmlkgnY0gmlwhKwS6z2KbXVsdGlhZGRyc5YACASsEus9BtLwAAoErBLrPQbS8d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDI-eriIV6vCAPEusXnjVC6R1C6r-IqLz50LUzkEjqU3GDdGNwgtLwg3VkcILS8oV3YWt1MhM"}'
2026-02-26 04:44:07.519 INFO [src.node.waku_node] REST service is ready !!
2026-02-26 04:44:07.520 DEBUG [src.node.waku_node] Starting Node...
2026-02-26 04:44:07.520 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-26 04:44:07.521 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-26 04:44:07.521 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.0.240
2026-02-26 04:44:07.521 DEBUG [src.node.docker_mananger] Generated ports ['36941', '36942', '36943', '36944', '36945']
2026-02-26 04:44:07.522 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-26 04:44:07.522 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-26 04:44:07.522 DEBUG [src.node.waku_node] Using volumes []
2026-02-26 04:44:07.522 DEBUG [src.node.docker_mananger] docker run -i -t -p 36941:36941 -p 36942:36942 -p 36943:36943 -p 36944:36944 -p 36945:36945 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=36943 --rest-port=36941 --tcp-port=36942 --discv5-udp-port=36944 --rest-address=0.0.0.0 --nat=extip:172.18.0.240 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=56f92f57e2accd1a437ba864ff4ba4f59cea5ad7e5f7d9cc1dd6a9faa0afa0ba --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36945 --metrics-logging=true --relay=true --storenode=/ip4/172.18.235.61/tcp/54000/p2p/16Uiu2HAmF59WYdKFLgA5umusmsF3f8S1bHidKmmvq4BjpxtMtnpY --discv5-bootstrap-node=enr:-L24QNeGFYTDqxeuDbKIuREkL-R8zuf36O61hi2Ffig3J9gERBdMPxMUymsAGdyvn7zfxgutEHXMsEJpa-vSypIH4awCgmlkgnY0gmlwhKwS6z2KbXVsdGlhZGRyc5YACASsEus9BtLwAAoErBLrPQbS8d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDI-eriIV6vCAPEusXnjVC6R1C6r-IqLz50LUzkEjqU3GDdGNwgtLwg3VkcILS8oV3YWt1MhM
2026-02-26 04:44:07.727 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.0.240 waku dc1033f4043679ed94f71f3c6cd85d2339261fb42e4baf28488617ff07c7c047
2026-02-26 04:44:07.763 DEBUG [src.node.docker_mananger] Container started with ID dc1033f40436. Setting up logs at ./log/docker/node3_2026-02-26_04-44-05__cd99662d-7f64-460b-9503-030576ddbf3f__wakuorg_nwaku:latest.log
2026-02-26 04:44:07.763 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36941
2026-02-26 04:44:07.764 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-26 04:44:08.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/health" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:08.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-26 04:44:08.768 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-26 04:44:08.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:08.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.0.240/tcp/36942/p2p/16Uiu2HAmJkTVKnJXGMvUerQubeeSeqwVR2iU65QJnjuvjEYYxyd1","/ip4/172.18.0.240/tcp/36943/ws/p2p/16Uiu2HAmJkTVKnJXGMvUerQubeeSeqwVR2iU65QJnjuvjEYYxyd1"],"enrUri":"enr:-L24QJlXOFsa-mB09PwwOUz9rsgm_rVQP4S5gPlsdHvchv1paLe6Wk6b62A1C7rjf3iO3JG5B4RuMZXWF8FAN8JX3eYCgmlkgnY0gmlwhKwSAPCKbXVsdGlhZGRyc5YACASsEgDwBpBOAAoErBIA8AaQT90DgnJzhQADAQAAiXNlY3AyNTZrMaEDWoy2E6fTz0_kfOZGbKJ5bzrG4SOlfaPuaJluhNvaATCDdGNwgpBOg3VkcIKQUIV3YWt1MgE"}'
2026-02-26 04:44:08.770 INFO [src.node.waku_node] REST service is ready !!
2026-02-26 04:44:08.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.99.165/tcp/56096/p2p/16Uiu2HAmEUVvCkK4KRE16ECLsnNa5EnEp8gS6Yavcz57F6QtzhPp"]'
2026-02-26 04:44:08.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.235.61/tcp/54000/p2p/16Uiu2HAmF59WYdKFLgA5umusmsF3f8S1bHidKmmvq4BjpxtMtnpY"]'
2026-02-26 04:44:08.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-26 04:44:08.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-26 04:44:08.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-26 04:44:08.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.829 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.836 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:08.848 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.857 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:08.868 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.873 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:08.885 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.891 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:08.902 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.912 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:08.922 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.928 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:08.940 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.946 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:08.956 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.956 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:08.974 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.979 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:08.991 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:08.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:08.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:08.997 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.008 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.016 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.027 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.032 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.043 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.050 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.061 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.061 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.071 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.082 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.088 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.099 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.105 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.115 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.123 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.133 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.140 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.152 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.160 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.171 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.179 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.191 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.197 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.207 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.213 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.224 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.233 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.244 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.259 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.265 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.275 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.284 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.294 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.300 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.312 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.317 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.330 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.339 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.350 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.355 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.367 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.372 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.384 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.404 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.409 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.420 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.426 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.438 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.445 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.456 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.463 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.476 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.482 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.493 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.500 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.511 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.516 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.527 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.534 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.545 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.554 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.565 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.569 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.581 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.588 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.599 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.608 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.619 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.624 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.635 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.641 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.651 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.660 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.670 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.677 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.688 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.695 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.707 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.713 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.724 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.729 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.740 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.746 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.757 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.768 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.778 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.784 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.795 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.802 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.812 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.820 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.831 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.849 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.855 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.866 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.884 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.890 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.901 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.907 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.917 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.924 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.935 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.942 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.954 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.960 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.971 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.979 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:09.989 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:09.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:09.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:09.996 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.007 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.013 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.025 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.033 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.044 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.050 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.062 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.068 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.080 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.088 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.101 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.105 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.117 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.123 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.133 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.142 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.153 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.159 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.171 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.189 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.198 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.208 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.215 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.226 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.233 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.244 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.254 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.265 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.271 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.282 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.289 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.300 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.308 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.318 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.325 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.337 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.354 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.375 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.393 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.411 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.420 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.430 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.448 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.455 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.467 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.475 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.486 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.491 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.502 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.509 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.520 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.541 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.547 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.558 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.565 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.576 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.584 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.596 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.602 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.615 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.622 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.634 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.644 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.654 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.659 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.671 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.677 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.688 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.694 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.705 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.710 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.721 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.727 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.737 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.745 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.756 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.763 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.775 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.782 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.792 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.800 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.811 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.818 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.830 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.848 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.868 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.877 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.888 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.894 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.905 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.925 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.931 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.942 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.949 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.959 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.967 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.978 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:10.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:10.983 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:10.996 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:10.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.003 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.015 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.025 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.037 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.043 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.054 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.060 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.071 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.081 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.092 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.098 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.110 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.127 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.135 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.146 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.152 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.165 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.172 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.183 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.193 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.203 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.211 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.222 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.230 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.241 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.250 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.261 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.266 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.277 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.285 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.296 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.305 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.316 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.321 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.332 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.339 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.350 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.360 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.370 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.375 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.387 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.404 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.424 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.441 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.447 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.458 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.458 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.467 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.477 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.484 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.497 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.504 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.515 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.533 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.551 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.558 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.568 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.577 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.588 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.593 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.604 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.612 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.623 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.632 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.642 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.662 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.668 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.678 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.686 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.697 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.704 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.715 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.721 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.732 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.740 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.751 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.757 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.768 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.768 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.775 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.785 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.794 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.804 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.810 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.821 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.827 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.839 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.846 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.858 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.864 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.876 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.883 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.894 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.903 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.914 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.921 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.932 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.938 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.951 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.960 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.970 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:11.986 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:11.987 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:11.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:11.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.003 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.012 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.022 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.029 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.040 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.057 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.067 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.078 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.084 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.095 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.101 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.115 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.135 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.154 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.172 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.179 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.191 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.198 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.210 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.218 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.230 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.249 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.254 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.265 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.272 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.284 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.294 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.305 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.310 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.321 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.322 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.327 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.339 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.349 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.360 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.366 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.377 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.384 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.395 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.414 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.419 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.430 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.449 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.458 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.469 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.475 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.486 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.495 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.505 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.515 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.525 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.530 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.542 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.548 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.559 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.567 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.578 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.585 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.596 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.604 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.615 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.625 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.635 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.641 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.654 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.660 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.671 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.680 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.690 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.696 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.707 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.725 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.745 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.752 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.765 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.771 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.782 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.790 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.801 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.808 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.819 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.826 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.837 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.845 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.856 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.862 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.874 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.881 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.891 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.901 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.911 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.917 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.928 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.935 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.945 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.952 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.962 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.981 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:12.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:12.987 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:12.998 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:12.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.006 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.016 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.023 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.034 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.040 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.051 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.059 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.069 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.075 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.087 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.093 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.103 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.113 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.124 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.130 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.141 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.147 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.157 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.167 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.177 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.183 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.195 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.202 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.213 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.221 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.232 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.248 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.254 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.265 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.274 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.285 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.291 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.303 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.310 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.321 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.340 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.345 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.356 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.362 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.373 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.383 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.393 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.398 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.409 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.416 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.427 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.427 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.436 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.447 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.454 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.465 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.483 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.503 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.508 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.519 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.525 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.536 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.544 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.556 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.574 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.580 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.590 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.599 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.611 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.617 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.629 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.636 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.647 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.667 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.674 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.685 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.692 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.703 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.713 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.723 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.730 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.741 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.748 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.759 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.768 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.779 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.785 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.796 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.802 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.813 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.821 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.831 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.837 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.849 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.857 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.867 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.876 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.887 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.896 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.908 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.915 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.927 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.936 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.947 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.953 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.964 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.971 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:13.982 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:13.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:13.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:13.990 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.001 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.018 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.034 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.043 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.054 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.062 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.073 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.080 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.090 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.100 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.110 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.116 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.129 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.137 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.147 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.156 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.166 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.171 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.183 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.201 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.209 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.220 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.228 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.239 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.246 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.257 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.266 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.276 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.281 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.293 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.301 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.311 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.320 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.330 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.348 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.365 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.374 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.385 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.404 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.411 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.421 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.429 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.441 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.447 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.458 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.458 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.465 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.476 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.485 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.496 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.513 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.521 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.531 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.551 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.556 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.567 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.576 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.587 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.596 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.607 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.612 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.623 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.629 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.641 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.659 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.665 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.676 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.683 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.696 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.704 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.714 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.719 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.730 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.738 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.748 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.756 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.766 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.783 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.790 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.800 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.809 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.819 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.826 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.837 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.843 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.854 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.863 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.873 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.880 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.893 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.900 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.911 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.918 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.931 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.936 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.948 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.953 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.965 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.976 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:14.986 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:14.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:14.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:14.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.003 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.020 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.027 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.038 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.043 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.054 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.060 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.071 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.079 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.090 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.095 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.107 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.112 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.124 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.132 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.143 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.148 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.161 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.167 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.179 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.188 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.198 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.203 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.215 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.221 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.231 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.238 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.250 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.257 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.268 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.273 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.286 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.299 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.309 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.325 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.330 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.342 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.351 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.362 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.366 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.378 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.384 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.395 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.403 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.414 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.422 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.433 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.439 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.450 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.459 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.469 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.475 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.487 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.493 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.503 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.513 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.523 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.529 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.541 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.547 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.558 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.566 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.576 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.582 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.593 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.599 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.609 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.617 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.628 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.634 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.645 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.651 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.661 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.670 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.681 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.699 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.706 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.717 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.726 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.736 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.741 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.752 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.758 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.768 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.768 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.776 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.787 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.804 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.811 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.821 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.829 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.839 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.845 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.858 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.865 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.877 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.886 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.896 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.902 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.913 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.918 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.929 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.938 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.948 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.954 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.966 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.971 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:15.982 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:15.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:15.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:15.990 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.001 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.021 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.027 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.038 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.046 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.057 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.063 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.075 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.082 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.092 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.101 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.111 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.119 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.131 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.137 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.147 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.155 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.165 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.170 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.182 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.188 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.200 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.208 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.219 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.224 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.235 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.241 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.252 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.261 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.272 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.290 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.307 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.318 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.340 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.360 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.369 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.380 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.390 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.400 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.409 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.421 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.432 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.442 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.452 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.462 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.484 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.492 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.504 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.515 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.526 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.536 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.547 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.560 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.571 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.579 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.590 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.596 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.607 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.618 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.628 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.648 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.657 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.669 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.679 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.689 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.697 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.708 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.717 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.729 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.739 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.749 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.757 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.768 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.768 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.777 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.788 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.800 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.811 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.820 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.831 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.850 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.859 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.870 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.880 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.892 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.902 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.913 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.922 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.932 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.942 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.954 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.975 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:16.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:16.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:16.996 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:16.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.007 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.017 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.026 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.038 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.047 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.058 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.068 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.079 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.089 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.101 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.109 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.120 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.131 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.142 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.151 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.162 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.171 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.182 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.192 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.203 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.213 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.224 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.233 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.243 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.250 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.261 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.271 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.282 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.292 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.303 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.311 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.323 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.333 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.344 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.352 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.363 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.376 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.386 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.396 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.407 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.417 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.429 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.437 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.448 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.458 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.469 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.479 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.490 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.500 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.511 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.521 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.532 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.542 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.554 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.573 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.581 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.592 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.601 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.613 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.623 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.634 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.643 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.655 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.664 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.675 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.683 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.695 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.704 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.715 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.722 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.735 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.744 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.757 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.783 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.794 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.801 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.811 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.819 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.830 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.850 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.889 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.901 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.910 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.921 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.930 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.942 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.951 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.962 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.970 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:17.981 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:17.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:17.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:17.992 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.003 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.013 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.025 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.034 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.045 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.066 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.073 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.085 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.094 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.105 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.113 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.126 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.135 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.146 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.158 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.169 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.179 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.190 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.199 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.209 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.219 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.229 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.251 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.260 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.271 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.279 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.290 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.297 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.309 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.319 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.330 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.338 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.349 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.357 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.369 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.377 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.387 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.406 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.412 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.425 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.435 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.446 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.446 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.454 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.468 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.477 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.489 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.499 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.510 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.521 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.532 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.541 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.552 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.572 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.580 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.591 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.597 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.608 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.617 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.628 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.636 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.647 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.658 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.669 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.678 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.690 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.701 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.711 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.719 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.731 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.740 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.751 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.761 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.771 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.781 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.792 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.801 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.812 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.821 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.832 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.851 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.859 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.872 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.880 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.891 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.899 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.911 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.918 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.928 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.936 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.947 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.967 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:18.985 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:18.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:18.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:18.995 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.006 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.013 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.025 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.032 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.043 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.051 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.063 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.069 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.080 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.087 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.099 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.107 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.118 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.136 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.144 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.155 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.162 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.172 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.183 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.194 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.201 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.212 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.221 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.231 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.248 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.269 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.277 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.288 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.295 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.306 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.317 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.328 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.347 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.365 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.373 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.385 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.394 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.404 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.412 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.423 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.423 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.442 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.450 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.461 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.471 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.482 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.491 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.501 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.510 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.520 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.528 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.540 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.548 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.559 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.568 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.579 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.588 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.599 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.605 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.616 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.626 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.637 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.637 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.646 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.657 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.665 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.675 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.682 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.692 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.701 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.712 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.721 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.732 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.741 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.752 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.760 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.771 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.779 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.790 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.798 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.810 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.818 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.829 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.835 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.846 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.854 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.866 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.873 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.886 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.899 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.909 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.920 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.930 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.937 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.948 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.957 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.968 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.978 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:19.989 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:19.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:19.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:19.997 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.009 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.017 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.028 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.040 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.050 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.058 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.069 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.079 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.089 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.097 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.107 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.115 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.127 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.136 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.147 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.155 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.167 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.176 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.187 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.207 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.215 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.228 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.236 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.250 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.257 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.269 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.280 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.290 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.297 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.308 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.318 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.329 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.348 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.357 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.368 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.376 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.387 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.394 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.405 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.424 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.434 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.445 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.454 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.465 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.474 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.486 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.493 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.503 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.513 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.524 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.533 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.545 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.554 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.565 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.572 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.583 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.591 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.602 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.608 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.620 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.628 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.641 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.650 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.661 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.670 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.681 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.698 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.706 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.718 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.728 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.738 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.748 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.759 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.768 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.779 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.789 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.800 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.808 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.819 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.828 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.839 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.846 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.856 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.863 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.875 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.883 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.895 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.904 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.916 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.923 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.934 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.943 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.954 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.975 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:20.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:20.983 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:20.993 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:20.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.001 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.012 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.019 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.030 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.038 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.048 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.068 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.079 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.089 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.098 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.109 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.131 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.139 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.150 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.160 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.170 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.180 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.192 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.198 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.211 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.220 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.231 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.239 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.250 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.269 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.291 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.298 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.313 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.322 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.334 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.345 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.356 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.376 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.385 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.396 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.404 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.417 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.424 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.435 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.445 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.456 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.466 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.477 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.483 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.495 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.514 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.523 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.533 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.541 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.552 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.560 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.571 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.581 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.593 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.602 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.613 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.621 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.631 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.640 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.652 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.662 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.673 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.684 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.694 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.701 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.712 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.721 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.733 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.741 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.752 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.764 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.774 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.782 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.793 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.802 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.812 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.820 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.830 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.837 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.850 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.858 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.869 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.877 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.891 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.900 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.911 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.919 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.930 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.949 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.968 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:21.987 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:21.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:21.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:21.997 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.008 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.015 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.026 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.035 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.048 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.066 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.074 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.087 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.097 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.108 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.116 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.127 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.137 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.148 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.165 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.172 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.184 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.200 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.210 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.221 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.229 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.240 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.260 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.268 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.279 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.291 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.301 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.309 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.321 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.340 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.350 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.361 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.367 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.378 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.387 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.401 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.408 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.419 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.419 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.427 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.439 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.447 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.459 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.470 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.481 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.490 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.501 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.509 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.521 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.530 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.541 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.549 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.560 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.569 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.580 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.590 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.601 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.609 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.620 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.631 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.642 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.652 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.664 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.672 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.685 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.693 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.703 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.710 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.720 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.732 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.743 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.752 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.762 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.772 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.783 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.791 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.804 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.814 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.825 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.835 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.845 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.851 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.862 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.870 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.881 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.890 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.901 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.908 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.919 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.928 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.941 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.950 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.961 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:22.980 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:22.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:22.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:22.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.000 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.014 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.025 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.033 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.044 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.053 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.064 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.073 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.084 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.094 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.105 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.118 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.128 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.136 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.147 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.155 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.166 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.175 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.187 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.209 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.219 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.230 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.238 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.248 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.257 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.268 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.289 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.299 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.309 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.317 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.328 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.335 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.346 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.366 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.373 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.383 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.391 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.403 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.423 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.434 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.445 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.454 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.468 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.478 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.489 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.499 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.509 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.519 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.530 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.541 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.551 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.573 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.582 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.595 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.603 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.614 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.622 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.632 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.639 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.650 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.658 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.669 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.679 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.690 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.701 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.712 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.720 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.731 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.741 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.753 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.761 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.773 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.782 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.792 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.800 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.812 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.820 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.832 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.839 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.850 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.856 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.867 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.876 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.888 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.898 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.910 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.918 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.930 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.950 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.958 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.969 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.976 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:23.987 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:23.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:23.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:23.995 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.006 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.014 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.025 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.033 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.043 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.051 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.062 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.070 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.081 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.088 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.102 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.110 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.121 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.130 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.141 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.152 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.163 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.171 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.182 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.192 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.202 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.211 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.222 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.230 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.242 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.252 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.264 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.270 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.282 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.290 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.301 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.309 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.320 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.340 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.348 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.359 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.372 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.383 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.391 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.402 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.413 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.425 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.436 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.446 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.446 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.455 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.466 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.473 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.484 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.494 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.505 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.516 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.527 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.537 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.549 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.557 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.568 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.577 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.589 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.599 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.610 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.619 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.630 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.637 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.647 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.653 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.664 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.672 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.682 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.690 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.701 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.708 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.719 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.728 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.739 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.739 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.750 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.760 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.768 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.779 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.788 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.798 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.807 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.821 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.829 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.841 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.848 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.859 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.868 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.879 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.886 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.897 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.904 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.914 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.923 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.933 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.941 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.953 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.961 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.972 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:24.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:24.982 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:24.993 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:24.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.000 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.012 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.020 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.032 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.044 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.055 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.064 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.075 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.086 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.097 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.108 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.118 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.127 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.138 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.146 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.160 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.179 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.187 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.198 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.208 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.219 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.227 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.239 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.248 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.261 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.270 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.282 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.290 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.303 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.321 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.333 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.344 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.356 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.367 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.378 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.388 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.399 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.409 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.419 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.428 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.440 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.448 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.460 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.472 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.483 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.493 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.505 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.514 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.525 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.533 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.545 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.554 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.565 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.573 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.584 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.584 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.592 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.604 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.616 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.626 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.634 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.647 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.655 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.666 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.686 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.693 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.704 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.704 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.713 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.726 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.745 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.765 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.773 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.785 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.802 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.812 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.823 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.832 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.845 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.853 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.864 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.885 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.893 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.903 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.911 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.922 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.931 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.942 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.951 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.962 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.969 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.979 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:25.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:25.987 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:25.998 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:25.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.008 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.018 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.027 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.039 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.048 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.060 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.069 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.080 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.091 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.101 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.108 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.121 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.130 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.141 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.148 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.159 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.167 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.180 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.189 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.199 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.209 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.219 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.228 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.239 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.260 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.268 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.279 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.287 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.298 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.305 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.316 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.326 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.336 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.354 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.363 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.373 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.393 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.410 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.421 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.432 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.441 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.452 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.461 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.472 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.480 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.493 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.514 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.520 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.533 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.540 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.551 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.568 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.580 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.591 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.602 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.608 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.619 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.626 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.637 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.637 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.644 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.656 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.656 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.664 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.676 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.685 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.696 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.704 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.716 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.725 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.736 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.746 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.756 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.764 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.779 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.788 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.799 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.808 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.819 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.826 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.838 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.844 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.855 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.861 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.874 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.881 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.893 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.901 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.912 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.921 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.931 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.950 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.957 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.968 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.978 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:26.989 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:26.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:26.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:26.998 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.010 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.019 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.030 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.041 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.051 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.061 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.073 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.080 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.092 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.099 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.110 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.121 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.132 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.141 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.152 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.160 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.173 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.182 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.193 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.203 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.213 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.220 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.232 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.239 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.250 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.260 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.271 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.280 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.292 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.299 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.312 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.323 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.333 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.341 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.352 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.359 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.372 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.392 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.401 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.414 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.423 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.435 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.445 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.455 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.455 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.463 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.475 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.484 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.495 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.513 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.522 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.534 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.540 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.551 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.560 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.570 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.581 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.592 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.601 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.612 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.621 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.634 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.642 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.652 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.659 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.670 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.684 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.695 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.702 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.712 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.720 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.731 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.740 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.751 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.760 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.771 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.792 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.804 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.805 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.813 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.825 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.835 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.846 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.857 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.868 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.876 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.888 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.895 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.905 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.912 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.924 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.930 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.942 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.949 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.961 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.966 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:27.977 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:27.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:27.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:27.989 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.000 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.011 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.022 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.036 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.047 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.066 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.077 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.088 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.096 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.107 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.115 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.125 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.132 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.144 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.153 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.165 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.173 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.184 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.191 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.204 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.212 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.223 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.233 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.244 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.264 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.272 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.284 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.295 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.306 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.315 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.327 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.335 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.346 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.365 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.374 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.384 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.392 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.405 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.414 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.424 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.435 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.445 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.446 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.453 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.466 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.476 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.486 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.495 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.506 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.514 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.526 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.539 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.549 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.558 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.568 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.576 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.588 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.595 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.606 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.616 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.626 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.636 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.647 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.655 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.666 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.686 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.693 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.705 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.714 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.724 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.746 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.754 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.766 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.773 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.784 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.793 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.803 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.812 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.823 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.832 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.843 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.852 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.863 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.873 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.885 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.895 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.905 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.913 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.924 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.945 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.954 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.965 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.972 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:28.984 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:28.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:28.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:28.990 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.001 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.012 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.023 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.032 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.044 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.051 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.064 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.077 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.087 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.097 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.107 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.114 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.125 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.133 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.144 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.165 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.175 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.186 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.193 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.205 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.213 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.223 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.234 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.246 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.255 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.267 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.276 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.286 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.294 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.306 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.313 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.323 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.330 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.341 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.351 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.362 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.368 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.380 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.388 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.399 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.407 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.418 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.427 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.438 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.449 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.460 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.467 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.478 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.486 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.497 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.509 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.520 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.530 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.541 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.550 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.561 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.570 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.581 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.591 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.602 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.610 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.620 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.627 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.640 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.640 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.647 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.658 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.669 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.679 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.689 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.699 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.708 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.722 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.729 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.739 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.746 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.757 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.766 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.778 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.786 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.797 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.806 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.818 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.826 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.836 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.845 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.856 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.864 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.875 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.883 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.897 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.905 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.916 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.925 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.935 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.944 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.955 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.975 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:29.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:29.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:29.997 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:29.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.004 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.017 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.025 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.036 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.044 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.057 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.064 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.075 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.085 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.095 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.106 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.117 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.135 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.155 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.162 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.173 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.180 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.191 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.200 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.211 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.219 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.230 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.248 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.270 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.290 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.297 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.310 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.318 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.331 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.341 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.352 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.360 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.371 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.379 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.391 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.410 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.417 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.430 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.441 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.452 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.460 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.470 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.480 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.491 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.499 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.510 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.518 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.528 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.541 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.552 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.562 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.572 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.581 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.592 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.602 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.614 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.624 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.634 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.643 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.654 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.666 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.677 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.699 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.708 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.719 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.730 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.741 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.750 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.761 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.771 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.782 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.788 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.800 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.809 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.820 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.827 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.838 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.847 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.857 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.867 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.877 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.890 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.901 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.912 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.923 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.931 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.942 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.951 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.961 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.970 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:30.982 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:30.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:30.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:30.990 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.002 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.010 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.022 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.030 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.042 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.052 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.063 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.073 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.083 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.092 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.103 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.111 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.123 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.133 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.144 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.152 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.164 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.175 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.186 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.197 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.207 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.216 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.228 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.237 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.248 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.256 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.268 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.290 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.300 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.310 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.319 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.330 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.340 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.352 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.362 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.373 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.382 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.393 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.402 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.414 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.426 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.436 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.446 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.456 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.463 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.474 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.482 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.493 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.505 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.515 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.522 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.534 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.544 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.556 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.567 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.578 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.578 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.586 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.599 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.606 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.618 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.627 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.638 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.645 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.656 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.656 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.663 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.674 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.680 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.691 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.699 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.710 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.730 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.740 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.751 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.760 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.771 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.780 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.791 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.800 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.810 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.818 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.830 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.837 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.848 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.856 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.867 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.875 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.885 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.893 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.904 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.924 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.932 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.943 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.951 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.961 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.968 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:31.980 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:31.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:31.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:31.988 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.001 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.010 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.020 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.030 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.041 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.051 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.062 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.070 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.081 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.091 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.101 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.108 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.120 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.128 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.139 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.149 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.160 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.180 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.190 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.201 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.210 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.222 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.229 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.243 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.252 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.264 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.271 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.284 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.294 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.305 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.313 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.325 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.333 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.344 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.351 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.363 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.371 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.382 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.390 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.401 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.409 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.420 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.441 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.447 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.458 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.458 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.466 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.478 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.488 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.498 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.507 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.518 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.529 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.540 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.548 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.559 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.566 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.576 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.586 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.597 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.604 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.615 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.624 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.635 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.643 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.655 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.663 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.673 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.680 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.691 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.702 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.713 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.713 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.722 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.734 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.743 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.753 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.761 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.772 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.779 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.789 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.798 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.809 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.817 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.828 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.834 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.844 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.854 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.867 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.873 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.885 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.894 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.905 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.913 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.924 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.931 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.945 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.952 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.964 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.971 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:32.982 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:32.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:32.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:32.989 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.002 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.012 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.023 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.032 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.045 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.066 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.075 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.085 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.096 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.107 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.115 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.127 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.136 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.148 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.158 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.169 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.176 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.187 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.199 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.210 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.219 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.230 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.238 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.250 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.258 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.268 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.276 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.288 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.297 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.308 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.318 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.329 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.336 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.347 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.355 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.366 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.377 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.387 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.410 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.419 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.430 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.438 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.449 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.457 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.468 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.476 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.489 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.497 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.509 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.517 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.528 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.537 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.548 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.557 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.568 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.576 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.587 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.595 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.607 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.616 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.627 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.636 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.648 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.655 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.667 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.677 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.687 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.697 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.708 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.718 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.729 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.740 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.751 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.758 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.769 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.777 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.788 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.799 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.809 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.820 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.830 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.849 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.859 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.870 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.880 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.891 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.900 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.912 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.925 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.935 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.946 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.957 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.964 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.976 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:33.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:33.986 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:33.996 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:33.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.006 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.017 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.027 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.038 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.046 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.058 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.068 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.079 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.087 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.099 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.109 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.122 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.130 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.141 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.150 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.161 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.170 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.181 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.191 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.201 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.210 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.222 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.232 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.242 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.251 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.262 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.269 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.280 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.287 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.298 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.309 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.320 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.342 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.350 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.362 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.372 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.382 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.392 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.403 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.410 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.421 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.432 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.442 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.452 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.464 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.473 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.484 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.493 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.504 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.512 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.523 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.532 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.542 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.551 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.561 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.562 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.571 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.582 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.592 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.604 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.613 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.624 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.634 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.645 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.656 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.667 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.675 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.689 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.698 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.709 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.717 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.730 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.739 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.750 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.759 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.771 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.780 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.793 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.802 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.812 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.822 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.833 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.841 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.852 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.861 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.872 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.878 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.889 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.898 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.908 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.919 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.930 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.939 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.950 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.960 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.971 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:34.980 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:34.991 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:34.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:34.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.002 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.013 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.022 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.033 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.043 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.054 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.065 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.076 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.085 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.097 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.106 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.117 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.138 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.147 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.158 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.180 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.190 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.201 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.209 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.220 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.228 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.241 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.260 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.270 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.282 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.303 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.315 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.341 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.354 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.365 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.374 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.384 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.393 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.405 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.416 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.426 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.427 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.436 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.447 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.457 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.468 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.479 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.489 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.501 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.512 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.522 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.533 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.541 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.551 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.561 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.572 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.580 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.592 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.601 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.613 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.624 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.635 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.643 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.655 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.663 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.674 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.684 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.695 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.705 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.716 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.725 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.736 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.746 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.756 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.768 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.780 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.789 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.800 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.808 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.819 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.828 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.840 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.854 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.865 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.874 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.885 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.893 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.904 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.913 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.924 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.933 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.945 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.953 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.964 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.974 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:35.985 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:35.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:35.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:35.994 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.005 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.014 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.025 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.036 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.048 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.070 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.080 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.092 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.100 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.110 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.120 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.132 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.132 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.140 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.151 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.171 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.183 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.193 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.200 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.211 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.220 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.230 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.240 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.250 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.259 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.270 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.291 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.300 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.311 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.321 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.332 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.339 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.351 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.358 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.370 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.377 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.388 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.398 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.408 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.417 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.427 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.427 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.435 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.448 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.457 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.468 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.477 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.488 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.495 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.506 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.516 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.529 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.541 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.554 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.573 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.585 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.603 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.614 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.627 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.638 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.645 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.657 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.668 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.679 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.688 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.698 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.707 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.719 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.730 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.740 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.751 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.762 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.771 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.783 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.794 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.805 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.805 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.815 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.826 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.836 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.848 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.859 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.869 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.877 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.889 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.895 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.908 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.925 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.934 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.945 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.955 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.966 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.975 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:36.986 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:36.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:36.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:36.993 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.005 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.017 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.028 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.036 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.047 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.069 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.078 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.089 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.096 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.107 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.127 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.135 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.146 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.155 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.167 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.176 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.187 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.196 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.208 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.217 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.227 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.235 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.245 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.253 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.264 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.273 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.286 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.286 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.296 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.307 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.314 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.327 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.348 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.357 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.369 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.376 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.388 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.399 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.409 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.421 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.432 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.438 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.453 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.463 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.473 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.481 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.493 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.502 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.515 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.524 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.536 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.544 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.555 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.563 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.575 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.586 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.597 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.606 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.618 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.627 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.639 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.649 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.660 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.669 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.680 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.690 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.703 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.712 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.722 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.731 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.741 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.750 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.767 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.779 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.790 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.812 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.823 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.831 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.842 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.851 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.862 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.872 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.884 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.894 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.906 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.914 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.925 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.935 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.945 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.954 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.965 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.976 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:37.987 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:37.987 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:37.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:37.995 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.006 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.015 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.026 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.036 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.048 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.068 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.075 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.086 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.096 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.107 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.114 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.125 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.133 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.145 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.154 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.165 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.177 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.188 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.197 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.208 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.214 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.227 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53999/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.240 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.251 DEBUG [src.steps.store] Relaying message
2026-02-26 04:44:38.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-26 04:44:38.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:44:38.261 DEBUG [src.libs.common] Sleeping for 0.01 seconds
2026-02-26 04:44:38.272 DEBUG [src.libs.common] Sleeping for 5 seconds
2026-02-26 04:44:43.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.279 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x51cfe24cf1acf12b6fe6afdf833595e1872a8a05a8b7373c75c634bb41d865b4&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.285 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xbdf53cdcdd2c141d5c113f494a9d0cfb5a0a4f906ee65fe1031ce64016624628&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.291 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1a753381e7c5bbdd00c2c4c667fb5faf3c71e50aae49c2cfe909244b5ee2bc84&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.297 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x758a1021b149a61fa508a8df1da64e782bf3746ac61aed413525310c9e86256e&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.303 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x01d19743ab16693f565d8f969f07dd722252313ecfe2220c935aaa808e81264f&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.309 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x207b1a5e0fb3b5a52b5fe38fdeaac0f3accd0eddd7fc0a5e0487051fa96b123d&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.315 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xb9c7c0361e81c0c74838d020f7619fe9ce684d0f6c017a835838affa6b810b46&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.321 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9c5f976e56a8b0df07e8451d20b5b3fb9152bd417dc83d0584d091cff23b5845&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.327 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xf04db7a848aedd122c7a07bffd3741e79af99ddf4429405ac3212c40642905c6&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.333 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1237585bc3ea1d47f4be5ce36bf59022c18eb9ecff6e6f54e919fbb15dd42e0c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.339 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xfefc03f2b59a5d027a9e210c3a727bd56e6ec015f45bdb3bbc4230e473c6e69a&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.345 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x47852a95ed37910204730bfccede3eda4dc10b96fb21fb9b55344471f4edcbdc&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.351 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x317dfd87cb50e348301eea6b790dac269ac3236df0c727d3c9a9dd1de07b0647&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.358 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8eba6209e6b42bc2ca3ca0d77edca124b026de0674c4a031e54359a3791ce6df&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.364 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.371 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x51cfe24cf1acf12b6fe6afdf833595e1872a8a05a8b7373c75c634bb41d865b4&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.377 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xbdf53cdcdd2c141d5c113f494a9d0cfb5a0a4f906ee65fe1031ce64016624628&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.383 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1a753381e7c5bbdd00c2c4c667fb5faf3c71e50aae49c2cfe909244b5ee2bc84&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.389 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x758a1021b149a61fa508a8df1da64e782bf3746ac61aed413525310c9e86256e&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.395 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x01d19743ab16693f565d8f969f07dd722252313ecfe2220c935aaa808e81264f&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.401 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x207b1a5e0fb3b5a52b5fe38fdeaac0f3accd0eddd7fc0a5e0487051fa96b123d&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.406 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xb9c7c0361e81c0c74838d020f7619fe9ce684d0f6c017a835838affa6b810b46&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.412 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9c5f976e56a8b0df07e8451d20b5b3fb9152bd417dc83d0584d091cff23b5845&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.418 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xf04db7a848aedd122c7a07bffd3741e79af99ddf4429405ac3212c40642905c6&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.423 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1237585bc3ea1d47f4be5ce36bf59022c18eb9ecff6e6f54e919fbb15dd42e0c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.429 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xfefc03f2b59a5d027a9e210c3a727bd56e6ec015f45bdb3bbc4230e473c6e69a&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.435 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x47852a95ed37910204730bfccede3eda4dc10b96fb21fb9b55344471f4edcbdc&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.441 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x317dfd87cb50e348301eea6b790dac269ac3236df0c727d3c9a9dd1de07b0647&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.447 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53999/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8eba6209e6b42bc2ca3ca0d77edca124b026de0674c4a031e54359a3791ce6df&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.452 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.466 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x51cfe24cf1acf12b6fe6afdf833595e1872a8a05a8b7373c75c634bb41d865b4&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.479 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xbdf53cdcdd2c141d5c113f494a9d0cfb5a0a4f906ee65fe1031ce64016624628&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.492 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1a753381e7c5bbdd00c2c4c667fb5faf3c71e50aae49c2cfe909244b5ee2bc84&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.506 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x758a1021b149a61fa508a8df1da64e782bf3746ac61aed413525310c9e86256e&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.518 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x01d19743ab16693f565d8f969f07dd722252313ecfe2220c935aaa808e81264f&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.531 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x207b1a5e0fb3b5a52b5fe38fdeaac0f3accd0eddd7fc0a5e0487051fa96b123d&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.544 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xb9c7c0361e81c0c74838d020f7619fe9ce684d0f6c017a835838affa6b810b46&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.558 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9c5f976e56a8b0df07e8451d20b5b3fb9152bd417dc83d0584d091cff23b5845&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.571 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xf04db7a848aedd122c7a07bffd3741e79af99ddf4429405ac3212c40642905c6&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.584 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x1237585bc3ea1d47f4be5ce36bf59022c18eb9ecff6e6f54e919fbb15dd42e0c&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.598 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xfefc03f2b59a5d027a9e210c3a727bd56e6ec015f45bdb3bbc4230e473c6e69a&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.611 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x47852a95ed37910204730bfccede3eda4dc10b96fb21fb9b55344471f4edcbdc&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.624 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x317dfd87cb50e348301eea6b790dac269ac3236df0c727d3c9a9dd1de07b0647&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.638 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36941/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x8eba6209e6b42bc2ca3ca0d77edca124b026de0674c4a031e54359a3791ce6df&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:44:43.651 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-26 04:44:43.655 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-26 04:44:43.657 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-26 04:44:43.657 DEBUG [src.node.waku_node] Stopping container with id 9cb78999bdfd
2026-02-26 04:44:44.290 DEBUG [src.node.waku_node] Container stopped.
2026-02-26 04:44:44.292 DEBUG [src.node.waku_node] Stopping container with id 11247fbebbd7
2026-02-26 04:44:44.976 DEBUG [src.node.waku_node] Container stopped.
2026-02-26 04:44:44.978 DEBUG [src.node.waku_node] Stopping container with id dc1033f40436
2026-02-26 04:44:45.108 ERROR [src.node.docker_mananger] Max retries reached for container 9cb78999bdfd. Exiting log stream.
2026-02-26 04:44:45.657 DEBUG [src.node.waku_node] Container stopped.
2026-02-26 04:44:45.658 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-26 04:44:46.188 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-26 04:44:46.188 ERROR [src.node.docker_mananger] Max retries reached for container 11247fbebbd7. Exiting log stream.
2026-02-26 04:44:46.753 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-26 04:44:47.229 DEBUG [src.node.docker_mananger] No errors found in the waku logs.