13 Commits
Author SHA1 Message Date
Zhuolun Li e54dbfd19b Shadow Support (#10)
Add support for Shadow by enabling DNS resolution and fixing bugs of the batch mode
2026-06-17 11:26:34 +01:00
PearsonWhite e510fa1982 Set log level from env var (#9) 2026-06-14 20:51:24 -04:00
Mamoutou DIARRA c8133475a6 Enable Generic Load Test for Gossipsub queues (#7)
* add async and load_test config for parallel requests to pods

* add async_client.py to Dockerfile

* fix namespace for bacth mode

* take worker exceptions into account and target only one pod in server mode

* do gather after sending all messages

* collect exception in gather
2026-06-05 12:17:02 +02:00
PearsonWhite 890ea62260 Fix get_pod_infos arg for waku router (#6) 2026-04-27 08:21:40 -04:00
PearsonWhite 5cdf3d00da Added caching mechanism for pods (#5)
* Added cache to app and get_pod_infos

* Add API endpoint: /cache/clear

* Make namespace not optional
2026-04-15 12:43:05 -04:00
Pearson White 362d31e3aa Add Waku router with endpoint "waku/relay" 2026-01-29 15:51:59 -05:00
Pearson White 6a92feeced Refactor building the app into multiple files 2026-01-27 12:26:46 -05:00
Pearson White 8455fd1afc Add decorator for exception handler 2026-01-26 10:06:56 -05:00
PearsonWhite 51e8f16f0d Improve process_data and break into files (#3)
* Return better error info from process_data

* Fix input types for process_data

* Break up code into different files
2026-01-22 14:38:44 -05:00
Pearson White 953da9b0c0 Refactor to use configs and server
- Use configs to define actions

- Run a server to allow running commands interactively
2026-01-11 16:37:14 -05:00
Pearson White 5d23c3e2c8 Add Makefile for formatting 2026-01-11 16:37:14 -05:00
PearsonWhite 5f685e06f7 Add debug mode for store_msg_retriever (#1)
* Add debug mode for store_msg_retriever

* Added `--debug`. Makes multiple API requests to each IP

* Added `--select-types`. Allows selecting specified types of nodes

* Removed kubernetes dependency and use of namespace.
2026-01-11 16:37:14 -05:00
Pearson White 91327b729b Initial commit with files from 10ksim repo. 2026-01-11 16:37:14 -05:00