Skip to content

Commit

Permalink
fixes 18
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 17, 2024
1 parent 8eadec4 commit 6c3775f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/data/client2.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ def job_consumer(process_job):
# If queue is empty for too long, exit the consumer thread
print("Queue is empty, consumer is exiting.")
break
except Exception as e:
print(f"Error processing job: {e}")


def main(start, blocks, step, mode, strategy):
Expand Down

0 comments on commit 6c3775f

Please sign in to comment.