Skip to content

Commit

Permalink
Merge branch 'main' into refactor/schemaless_consumer_use_path
Browse files Browse the repository at this point in the history
  • Loading branch information
edipizarro authored Nov 22, 2023
2 parents 8bece78 + 95f8811 commit 47cd524
Show file tree
Hide file tree
Showing 30 changed files with 36 additions and 33 deletions.
2 changes: 1 addition & 1 deletion alert_archiving_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alert-archiving-step"
version = "6.1.1a97"
version = "6.1.1a98"
description = "Group alerts and upload to S3 by date"
authors = ["ALeRCE"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions charts/alert_archiving_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.1.1a97
appVersion: 6.1.1a98
description: A Helm chart for Kubernetes
name: alert-archive-step
type: application
version: 1.2.65
version: 1.2.66
2 changes: 1 addition & 1 deletion charts/correction_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: Correction step chart
name: correction-step
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/early_classification_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: A Helm chart for Kubernetes
name: early-classifier
type: application
version: 1.2.176
version: 1.2.177
2 changes: 1 addition & 1 deletion charts/feature_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: Step for feature calculation
name: feature-step
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/lc_classification_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: Lightcurve classifier step
name: lc-classifier-step
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/lightcurve-step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: Full lightcurve provider step
name: lightcurve-step
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/magstats_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: A Helm chart for Kubernetes
name: magstats-step
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/metadata_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 6.2.1a68
appVersion: 6.2.1a69
description: A Helm chart for Kubernetes
name: metadata-step
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/prv_candidates_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: Previous candidates processor step
name: prv-candidates
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/s3_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: A Helm chart for Kubernetes
name: s3-step
type: application
version: 1.3.178
version: 1.3.179
2 changes: 1 addition & 1 deletion charts/scribe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 2.0.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 6.2.1a101
appVersion: 6.2.1a102
2 changes: 1 addition & 1 deletion charts/sorting_hat_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: Sorting Hat deployment chart
name: sorting-hat
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/watchlist_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: A Helm chart for Kubernetes
name: watchlist-step
type: application
version: 1.2.172
version: 1.2.173

2 changes: 1 addition & 1 deletion charts/xmatch_step/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 6.2.1a101
appVersion: 6.2.1a102
description: A Helm chart for Kubernetes
name: xmatch-step
type: application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ configmap:
producerTopic: prv-candidates_elasticc
scribeServer: ${kafka_server}
scribeTopic: w_non_detections_elasticc
useProfiling: true
extraEnvVariables:
- name: METRICS_SOURCE
value: 'prv-candidates-elasticc'
Expand Down
2 changes: 1 addition & 1 deletion correction_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "correction"
version = "6.2.1a101"
version = "6.2.1a102"
description = "Correction library for ALeRCE pipeline."
authors = ["ALeRCE Broker <[email protected]>"]
readme = "README.md"
Expand Down
4 changes: 3 additions & 1 deletion early_classification_step/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "early_classification_step"
version = "6.2.1a101"
version = "6.2.1a102"
description = "Early Classification Step"
authors = []
readme = "README.md"
Expand Down Expand Up @@ -158,6 +158,7 @@ line-length = 88






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -301,6 +302,7 @@ pytest-docker = "^1.0.1"






[tool.poetry.group.model.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion feature_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "feature-step"
version = "6.2.1a101"
version = "6.2.1a102"
description = ""
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion lc_classification_step/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "lc_classification_step"
version = "6.2.1a101"
version = "6.2.1a102"
description = "LC Classification Step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion libs/apf/apf/consumers/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def consume(self, num_messages=1, timeout=60):
else:
if self.config.get("offsets"):
end = self.config["offsets"].get(
"end", datetime.datetime.now().timestamp() + 1
"end", (datetime.datetime.now().timestamp() + 1) * 1000
)
if message.timestamp()[1] >= end:
self.logger.info(
Expand Down
2 changes: 1 addition & 1 deletion lightcurve-step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lightcurve-step"
version = "6.2.1a101"
version = "6.2.1a102"
description = "Lightcurve Step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion magstats_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "magstats-step"
version = "6.2.1a101"
version = "6.2.1a102"
description = ""
authors = ["ASHuenchuleo <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion metadata_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metadata-step"
version = "6.2.1a68"
version = "6.2.1a69"
description = ""
authors = ["Pedro Gallardo <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion prv_candidates_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prv-candidates-step"
version = "6.2.1a101"
version = "6.2.1a102"
description = "Previous Detections Step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion s3_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "s3-step"
version = "6.2.1a101"
version = "6.2.1a102"
description = "S3 step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion scribe/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scribe"
version = "6.2.1a101"
version = "6.2.1a102"
description = "Mongo scribe"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sorting_hat_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sorting-hat-step"
version = "6.2.1a101"
version = "6.2.1a102"
description = "Sorting hat step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion watchlist_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "watchlist-step"
version = "6.2.1a101"
version = "6.2.1a102"
description = "Watchlist Step"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion xmatch_step/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xmatch-step"
version = "6.2.1a101"
version = "6.2.1a102"
description = "xmatch step"
authors = []
readme = "README.md"
Expand Down

0 comments on commit 47cd524

Please sign in to comment.