Skip to content

Commit

Permalink
Merge pull request #246 from Datura-ai/main
Browse files Browse the repository at this point in the history
deploy(validator): 3.4.29 - debug job_batch_id
  • Loading branch information
talentwebdev authored Feb 9, 2025
2 parents 5752f96 + e69ade5 commit fb82f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion neurons/validators/src/clients/compute_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ async def subscribe_mesages_from_redis(self):
executor_ip=data["executor_ip"],
executor_port=data["executor_port"],
)


logger.info("Debug: Send specs to compute app with job batch id: %s", data["job_batch_id"])
queue.append(specs)
elif channel == STREAMING_LOG_CHANNEL:
log_stream = LogStreamRequest(
Expand Down
2 changes: 1 addition & 1 deletion neurons/validators/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.28
3.4.29

0 comments on commit fb82f23

Please sign in to comment.