Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/load-test/locust-ewc.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_data_area_single_parameter_last_hour(self):
top = cy + sz
polygon = f"POLYGON(({left} {bottom},{right} {bottom},{right} {top},{left} {top},{left} {bottom}))"
url = f"/collections/observations/area?coords={polygon}&standard_names={standard_name}&datetime={dt_string}/.."
self.client.get(url, name=f"area {sz*2.0}deg x {sz*2.0}deg x 1h", headers=headers)
self.client.get(url, name=f"area {sz * 2.0}deg x {sz * 2.0}deg x 1h", headers=headers)
# if sz == 2.0:
# j = response.json()
# # print(sz*2.0)
Expand Down
2 changes: 1 addition & 1 deletion datastore/datastore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# docker image rm -f main
# ...

FROM golang:1.21-bookworm
FROM golang:1.24-bookworm

ARG VERSION_GRPC_HEALTH_PROBE=v0.4.19

Expand Down
Loading