Skip to content

Commit

Permalink
cleanup pr
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvanderveen committed Oct 11, 2023
1 parent 1fd920a commit 0241f60
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 640 deletions.
228 changes: 0 additions & 228 deletions notebooks/_experimental/koen/server.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion packages/grid/backend/grid/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ def get_emails_enabled(cls, v: bool, values: Dict[str, Any]) -> bool:
MONGO_USERNAME: str = str(os.getenv("MONGO_USERNAME", ""))
MONGO_PASSWORD: str = str(os.getenv("MONGO_PASSWORD", ""))

# ZMQ stuff
QUEUE_PORT: int = int(os.getenv("QUEUE_PORT", 0))
CREATE_PRODUCER: bool = (
True if os.getenv("CREATE_PRODUCER", "false").lower() == "true" else False
)
N_CONSUMERS: int = int(os.getenv("N_CONSUMERS", 0))
# IS_WORKER_NODE: bool = (True if os.getenv("CREATE_PRODUCER", "false").lower() == "true" else False)

TEST_MODE: bool = (
True if os.getenv("TEST_MODE", "false").lower() == "true" else False
Expand Down
1 change: 0 additions & 1 deletion packages/grid/backend/grid/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
allow_headers=["*"],
)


app.include_router(api_router, prefix=settings.API_V2_STR)


Expand Down
69 changes: 0 additions & 69 deletions packages/grid/worker/consumer_worker.dockerfile

This file was deleted.

64 changes: 0 additions & 64 deletions packages/grid/worker/consumer_worker.py

This file was deleted.

Loading

0 comments on commit 0241f60

Please sign in to comment.