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

fix: only print status message when explicitly provided in Actor.exit() #203

Merged
merged 2 commits into from Jun 9, 2023

Conversation

B4nan
Copy link
Member

@B4nan B4nan commented Jun 8, 2023

The default (generic) status message from Actor.exit was always overriding the final status message from basic crawler (that has much more information). This removes the default messages from there, keeping the one from basic crawler.

Sidenote: maybe we should also add current concurrency to the status messages?

@B4nan B4nan requested a review from mnmkng as a code owner June 8, 2023 10:16
@B4nan
Copy link
Member Author

B4nan commented Jun 8, 2023

Hmm, apparently, the codeowners thing won't add multiple people (even in a public repo).

@B4nan
Copy link
Member Author

B4nan commented Jun 8, 2023

Hmm, apparently, the codeowners thing won't add multiple people (even in a public repo).

So it should be a single line I guess.

https://stackoverflow.com/questions/66821568/require-github-pr-approvals-from-multiple-groups

@B4nan B4nan merged commit 85159e4 into master Jun 9, 2023
6 checks passed
@B4nan B4nan deleted the exit-status-message branch June 9, 2023 08:47
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.

None yet

3 participants