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: add custom passivation to spawn option #617

Merged
merged 2 commits into from
Feb 2, 2025
Merged

feat: add custom passivation to spawn option #617

merged 2 commits into from
Feb 2, 2025

Conversation

Tochemey
Copy link
Owner

@Tochemey Tochemey commented Feb 2, 2025

  • WithPassivateAfter: sets a custom passivation time
  • WithLongLived: makes the given actor to live long.

closes #616

cc: @sdil

- WithPassivateAfter: sets a custom passivation time
- WithLongLived: makes the given actor to live long.
- WithPassivateAfter: sets a custom passivation time
- WithLongLived: makes the given actor to live long.
@Tochemey Tochemey merged commit 7990a29 into main Feb 2, 2025
3 checks passed
@Tochemey Tochemey deleted the issue-616 branch February 2, 2025 16:23
Copy link

codecov bot commented Feb 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.48%. Comparing base (9fe5cc8) to head (a37aad7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #617      +/-   ##
==========================================
+ Coverage   87.44%   87.48%   +0.03%     
==========================================
  Files          60       60              
  Lines        5808     5826      +18     
==========================================
+ Hits         5079     5097      +18     
  Misses        580      580              
  Partials      149      149              

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

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.

feat: make passivation configurable per actor during creation
2 participants