reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Optimizations
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: preserve event queue dispatch errors
harsh21234i:fix/7319-flatten-nested-events
23 minutes ago
fix: flatten nested client event lists
harsh21234i:fix/7319-flatten-nested-events
37 minutes ago
fix(reflex-bench): never start a queued hook after an interrupted wait When Ctrl-C interrupted the wait for a hook, the scheduler abandoned the worker and ran conclude and cleanup on a fresh thread, but the interrupted job stayed in the old worker's queue ahead of its stop sentinel. If the old thread had not picked it up yet, the hook started after teardown, e.g. sample() after cleanup(). _Worker.run now cancels the job's future when the wait is interrupted, so a job that has not started is skipped. test_interrupt_runs_conclude_on_a_fresh_thread hit this on Python 3.15 in CI. It now waits until sample() is running before interrupting, as its comment describes, and a new test covers the not-yet-started case. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018wz3PQb2WHkvprYve65ZtR
farhan/reflex-bench
8 hours ago
Merge branch 'main' into harsh21234i-fix-plotly-layout-title
harsh21234i:harsh21234i-fix-plotly-layout-title
13 hours ago
style(plotly): separate normalization branches
harsh21234i:harsh21234i-fix-plotly-layout-title
13 hours ago
test(plotly): check source layout metadata
harsh21234i:harsh21234i-fix-plotly-layout-title
14 hours ago
test(plotly): normalize state layout var type
harsh21234i:harsh21234i-fix-plotly-layout-title
14 hours ago
test(plotly): access generated layout field safely
harsh21234i:harsh21234i-fix-plotly-layout-title
14 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: flatten nested client event lists
#7336
32 minutes ago
2e7171d
harsh21234i:fix/7319-flatten-nested-events
CodSpeed Performance Gauge
+4%
Holistic Framework Benchmarks: reflex-bench harness, suites and playground
#7330
1 day ago
511a763
farhan/reflex-bench
CodSpeed Performance Gauge
0%
fix(plotly): normalize string layout titles
#7226
13 hours ago
549fcef
harsh21234i:harsh21234i-fix-plotly-layout-title
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs