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

[9.x] Improves queue:work command output #44971

Merged
merged 3 commits into from Nov 16, 2022

Conversation

nunomaduro
Copy link
Member

@nunomaduro nunomaduro commented Nov 16, 2022

This pull request proposes three changes to the queue:work command output:

  1. Print the job ID when the verbose flag -v flag is used. (docs: #8345)

Screenshot 2022-11-16 at 15 51 26

  1. Output a new line, each time a queue job starts, fixing: Log output is hard to read if multiple jobs handled by one host horizon#1216, and [9.x] Introduced flag without-interactive-output #44838. This change is necessary, as in programs and situations like Horizon, multiple queue:work commands output is send to the same channel.

Screenshot 2022-11-16 at 15 53 10

  1. Finally, it only displays the message Processing jobs from the..., if the process owns the output. This change is necessary, as in programs and situations like Horizon, or queue:listen, that information is not necessary or is displayed up-front, before creating the workers.

Screenshot 2022-11-16 at 15 58 35

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

2 participants