Skip to content
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

feat: messages scheduler #143

Merged
merged 10 commits into from
Oct 27, 2023
Merged

feat: messages scheduler #143

merged 10 commits into from
Oct 27, 2023

Conversation

Tochemey
Copy link
Owner

@Tochemey Tochemey commented Oct 25, 2023

close #124

@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Attention: 56 lines in your changes are missing coverage. Please review.

Comparison is base (c737ed2) 90.76% compared to head (69d905d) 89.88%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #143      +/-   ##
==========================================
- Coverage   90.76%   89.88%   -0.88%     
==========================================
  Files          39       40       +1     
  Lines        3584     3826     +242     
==========================================
+ Hits         3253     3439     +186     
- Misses        262      308      +46     
- Partials       69       79      +10     
Files Coverage Δ
actors/actor_system.go 90.48% <100.00%> (+0.31%) ⬆️
actors/pid.go 94.92% <100.00%> (ø)
cluster/cluster.go 77.70% <84.44%> (+1.15%) ⬆️
actors/scheduler.go 72.62% <72.62%> (ø)

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

@Tochemey Tochemey marked this pull request as ready for review October 27, 2023 12:14
@Tochemey Tochemey merged commit db90972 into main Oct 27, 2023
@Tochemey Tochemey deleted the issue-124 branch October 27, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add message scheduler
1 participant