Make frontend plugin loading ordered and retryable #9

Merged
sjg merged 1 commits from fix/reliable-plugin-loader into main 2026-08-01 01:43:51 +02:00
Owner

Summary

  • load plugin dependency lists sequentially
  • deduplicate completed and in-flight script requests
  • record success only after onload and allow retries after failure
  • surface plugin loading failures

Testing

  • cargo test -p trx-frontend-http (51 passed)
## Summary - load plugin dependency lists sequentially - deduplicate completed and in-flight script requests - record success only after onload and allow retries after failure - surface plugin loading failures ## Testing - cargo test -p trx-frontend-http (51 passed)
sjg added 1 commit 2026-08-01 01:39:40 +02:00
[fix](trx-frontend): serialize plugin loading
CI / lint (pull_request) Failing after 1s
CI / test (pull_request) Failing after 2s
CI / reuse (pull_request) Failing after 1s
3080a58c4a
sjg merged commit 061738a63b into main 2026-08-01 01:43:51 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sjg/trx-rs#9