Skip to content

Commit

Permalink
Refactored Message Queue and more (#76)
Browse files Browse the repository at this point in the history
* exp backoff added and test-cases and little code refactor

* refactor changes

* logger chunk size increase to 500

* comments resolved

* shared_lock mq added

* debug msgs added

* mq refactor with lock-contention resolved
  • Loading branch information
hrushikeshm-g authored Feb 24, 2025
1 parent 416234e commit f6b3e0d
Show file tree
Hide file tree
Showing 31 changed files with 761,474 additions and 5,671 deletions.
17 changes: 12 additions & 5 deletions fvs_sight/optimizer_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@
# # fvs_worker : 1
# generic_worker2 : 1

Q_label3 :
optimizer: 'worklist_scheduler'
num_questions: 2
mode : 'dsub_local_worker' #"dsub_cloud_worker" #(dsub_local, )
Q_label3:
optimizer: "worklist_scheduler"
num_questions: 10000
mode: "dsub_cloud_worker" #"dsub_cloud_worker" # dsub_local_worker #(dsub_local, )
workers:
# fvs_worker : 1
fvs_worker : 1
generic_worker0: 100
# Q_label3 :
# optimizer: 'worklist_scheduler'
# num_questions: 2
# mode : 'dsub_local_worker' #"dsub_cloud_worker" #(dsub_local, )
# workers:
# # fvs_worker : 1
# fvs_worker : 1
4 changes: 4 additions & 0 deletions fvs_sight/worker_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
generic_worker0:
docker: "gcr.io/cameltrain/kokua-workers:f92d941"
binary: "fvs_sight/fvs_sight_worker.py"

generic_worker1:
docker: "gcr.io/cameltrain/test-generic-worker-local:latest"
binary: "py/sight/demo/fn_sphere1.py"
Expand Down
201 changes: 0 additions & 201 deletions py/exp/analsysis_helpers.py

This file was deleted.

Loading

0 comments on commit f6b3e0d

Please sign in to comment.