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: refactor builtin actor event #1301

Merged
merged 2 commits into from
May 21, 2024

Conversation

Terryhung
Copy link
Collaborator

@Terryhung Terryhung commented May 20, 2024

Description

The builtin_actor_event task took more than 30s in several epochs at 512G memory machine. Moreover, sometime we would miss the builtin_actor_events from api.

Solution

  1. Remove the filter for fields and more the filtering function in task code.
  2. Add the message execution then it could trigger the function to collect builtin_actor_events.

@Terryhung Terryhung marked this pull request as ready for review May 21, 2024 05:19
@Terryhung Terryhung merged commit b52a99b into master May 21, 2024
7 checks passed
@Terryhung Terryhung deleted the terryhung/refactor-builtin-actor-event branch May 21, 2024 05:23
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.

1 participant