We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running 1960322 highly actor tasks, the cpu is full, resulting in downtime. Comment out the following lines of code, the task can run normally.
lily/tasks/actorstate/raw/actor.go
Line 24 in d451f36
Line 25 in d451f36
Line 26 in d451f36
Line 27 in d451f36
Running a walk job like this: lily job run --storage=lily --tasks=actor --storage=lily walk --from=1960322 --to=1960322
The text was updated successfully, but these errors were encountered:
Interesting. Can you share the command used to start the daemon? Was tracing enabled?
Sorry, something went wrong.
run lily's script
No branches or pull requests
Describe the bug:
When running 1960322 highly actor tasks, the cpu is full, resulting in downtime.
Comment out the following lines of code, the task can run normally.
lily/tasks/actorstate/raw/actor.go
Line 24 in d451f36
lily/tasks/actorstate/raw/actor.go
Line 25 in d451f36
lily/tasks/actorstate/raw/actor.go
Line 26 in d451f36
lily/tasks/actorstate/raw/actor.go
Line 27 in d451f36
lily/tasks/actorstate/raw/actor.go
Line 27 in d451f36
Steps to Reproduce:
Running a walk job like this:
lily job run --storage=lily --tasks=actor --storage=lily walk --from=1960322 --to=1960322
Lily Version: v0.12.0
The text was updated successfully, but these errors were encountered: