Skip to content

Commit

Permalink
merge 24.12 release from master
Browse files Browse the repository at this point in the history
  • Loading branch information
remo87 committed Jan 8, 2025
2 parents 06aff4a + e1a14cb commit e3bb8fe
Show file tree
Hide file tree
Showing 29 changed files with 2,237 additions and 180 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ ch_tunnel: ## Create tunnel connection to Clickhouse eg. make ch_tunnel zone eur
@gcloud compute ssh ${instance} --zone="${zone}" --tunnel-through-iap -- -L 8123:localhost:8123

run_with_standalone: ## Runs API with standalone platform
@sbt "run 8090" -DELASTICSEARCH_HOST=elasticsearch -DSLICK_CLICKHOUSE_URL=jdbc:clickhouse://clickhouse:8123 -DPLATFORM_API_IGNORE_CACHE=true
@sbt "run 8090" -J-Xms2g -J-Xmx7g -J-XX:+UseG1GC -DPLATFORM_API_IGNORE_CACHE=true

debug_with_standalone: ## Runs API with standalone platform
@sbt -jvm-debug 9999 run 8090 -DSLICK_CLICKHOUSE_URL=jdbc:clickhouse://clickhouse:8123 -DPLATFORM_API_IGNORE_CACHE=true

.PHONY: help run_local debug_local es_tunnel ch_tunnel run_with_standalone
Loading

0 comments on commit e3bb8fe

Please sign in to comment.