• Joined on 2023-12-12
lee pushed to main at herocode/herocoordinator 2025-09-03 12:47:10 +00:00
4a15269442 Fix more HSET types in redis driver
lee pushed to main at herocode/herocoordinator 2025-09-03 09:59:37 +00:00
43fd61d662 Remove unused imports
lee pushed to main at herocode/herocoordinator 2025-08-29 13:48:25 +00:00
38709e06f3 Add script to test actor/context/job/flow create and flow dag
lee pushed to main at herocode/herocoordinator 2025-08-29 09:32:22 +00:00
08de312cd9 Fix HSET response decoding
lee pushed to main at herocode/herocoordinator 2025-08-29 09:22:52 +00:00
4d1cd3d910 Format codebase
c1c1ae3bd1 Bump thiserror to latest version
ec339c5cbe Add some internal logging
Compare 3 commits »
lee pushed to main at herocode/herocoordinator 2025-08-29 08:29:56 +00:00
2aa6277385 Actors are global
lee pushed to main at herocode/herocoordinator 2025-08-29 08:00:01 +00:00
9c47eaaf93 Embedd rpc spec in rpc api
lee pushed to main at herocode/herocoordinator 2025-08-28 15:09:21 +00:00
fce0ccb2d8 Fetch job results if a job is finished
lee pushed to main at herocode/herocoordinator 2025-08-28 14:43:09 +00:00
e5a6228448 Periodically check the job status on the supervisor
lee pushed to main at herocode/herocoordinator 2025-08-28 13:24:22 +00:00
052539409b Separate mycelium client more from supervisor client
1551b4707b Periodically verify the status of messages sent over mycelium
Compare 2 commits »
lee pushed to main at herocode/herocoordinator 2025-08-28 11:51:16 +00:00
4b597cc445 Add calling of supervisor over mycelium
lee pushed to main at herocode/herocoordinator 2025-08-27 14:02:10 +00:00
cf06c7fa36 Remove leftover logic
lee pushed to main at herocode/herocoordinator 2025-08-27 13:33:55 +00:00
6f7fded175 Convert jobs to messages
lee pushed to main at herocode/herocoordinator 2025-08-27 12:18:13 +00:00
fde456fd5e Add new supervisor client over mycelium
a8227eb808 Revert "Add supervisor API"
Compare 2 commits »
lee commented on pull request herocode/herodb#5 2025-08-25 11:40:56 +00:00
tantivy

Fixed issues in code so both examples (tantivity_search_demo.sh and test_tantivity_integration.sh) run to completion. Basically:

  • Fixed parsing of options for FT.CREATE command
  • Set the…
lee pushed to tantivy at herocode/herodb 2025-08-25 11:35:50 +00:00
e5fcaf81b5 Fix FT.SEARCH LIMIT option argument parsing
lee pushed to tantivy at herocode/herodb 2025-08-25 11:25:03 +00:00
65c297ca94 Adapt KEYS command to actually use the pattern to search for
lee pushed to tantivy at herocode/herodb 2025-08-25 10:06:20 +00:00
8decbf3375 Fix tantivy_search_demo.sh to properly send redis commands
lee pushed to tantivy at herocode/herodb 2025-08-25 09:16:38 +00:00
ff0659b933 Format rust files
e9675aafed Set index writer allocated bytes to proper minimal value
Compare 2 commits »
lee pushed to tantivy at herocode/herodb 2025-08-25 09:03:52 +00:00
142084c60f Fix ft.create options parser