Skip to content

chore(events): remove event queue from unsafe mode #1190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

glevco
Copy link
Contributor

@glevco glevco commented Dec 3, 2024

Motivation

The Event Queue feature has been used for a while now by the Wallet Service, so we can remove it from unsafe/experimental mode.

Acceptance Criteria

  • Remove --x-enable-event-queue from unsafe mode.
  • Add --enable-event-queue and warning to deprecate --x-enable-event-queue.

Checklist

  • If you are requesting a merge into master, confirm this code is production-ready and can be included in future releases as soon as it gets merged

@glevco glevco self-assigned this Dec 3, 2024
@glevco glevco force-pushed the chore/safe-event-queue branch from ca53292 to 9b06b7e Compare December 3, 2024 17:02
@glevco glevco marked this pull request as ready for review December 3, 2024 17:03
Copy link

github-actions bot commented Dec 3, 2024

🐰 Bencher Report

Branchchore/safe-event-queue
Testbedubuntu-22.04

🚨 1 Alert

BenchmarkMeasure
Units
ViewBenchmark Result
(Result Δ%)
Lower Boundary
(Limit %)
sync-v2 (up to 20000 blocks)Latency
nanoseconds (ns)
📈 plot
🚨 alert (🔔)
🚷 threshold
86,479,138,708.94
(-13.66%)
90,145,910,345.65
(104.24%)
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
nanoseconds (ns)
(Result Δ%)
Lower Boundary
nanoseconds (ns)
(Limit %)
Upper Boundary
nanoseconds (ns)
(Limit %)
sync-v2 (up to 20000 blocks)📈 view plot
🚨 view alert (🔔)
🚷 view threshold
86,479,138,708.94
(-13.66%)
90,145,910,345.65
(104.24%)
110,178,334,866.90
(78.49%)
🐰 View full continuous benchmarking report in Bencher

@glevco glevco force-pushed the chore/safe-event-queue branch from 9b06b7e to 00fe9d9 Compare December 3, 2024 18:50
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.91%. Comparing base (5725e8e) to head (00fe9d9).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
hathor/builder/resources_builder.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1190      +/-   ##
==========================================
- Coverage   84.96%   84.91%   -0.06%     
==========================================
  Files         323      323              
  Lines       25044    25046       +2     
  Branches     3846     3847       +1     
==========================================
- Hits        21279    21268      -11     
- Misses       3026     3037      +11     
- Partials      739      741       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@glevco glevco merged commit 52a8fcb into master Dec 4, 2024
9 of 10 checks passed
@glevco glevco deleted the chore/safe-event-queue branch December 4, 2024 20:55
This was referenced Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants