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

Include a worker's module and a queue's name in log message #11

Open
elbow-jason opened this issue Apr 17, 2017 · 0 comments
Open

Include a worker's module and a queue's name in log message #11

elbow-jason opened this issue Apr 17, 2017 · 0 comments

Comments

@elbow-jason
Copy link

Given the current log messages I can tell that some queues start and that there are workers that are ready for those queues by matching the pids, but I cannot tell which queues are started. I would really like for the log messages to give more information about where they are coming from.

Current Behavior:

19:21:42.576 [debug] [Honeydew] Worker #PID<0.361.0> sending ready

19:21:42.576 [debug] [Honeydew] Queue #PID<0.305.0> ready for worker #PID<0.361.0>

Desired Behavior:

19:21:42.576 [debug] [Honeydew] DoStuffWorkerModule Worker #PID<0.361.0>  sending ready

19:21:42.576 [debug] [Honeydew] {:global, :do_stuff} Queue #PID<0.305.0> ready for worker #PID<0.361.0>

I think this change will improve introspection into what is happening inside the queue and worker pipeline. Thanks!

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

No branches or pull requests

1 participant