Skip to content

Commit

Permalink
fixes 16
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 17, 2024
1 parent 0d693e2 commit 0b938a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/data/client2.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def job_consumer(process_job):

while True:
try:
print(f"Consumer is waiting for a job. {job_queue.qsize()} jobs in queue.")
# Get a job from the queue
(job, weight) = job_queue.get(
timeout=5
Expand Down

0 comments on commit 0b938a7

Please sign in to comment.