Skip to content

SKYMAP Internal alerts to: kafka://kafka.scimma.org/lvk-emfollow.gwalert for all publishable CBC skymap

This merge request provides SKYMAP internal alerts for all publishable CBC skymap. (It is also a possible example of an internal alert stream):

  • Complete unit test coverage
  • Enable internal alerts for production, playground, test, dev
  • Make sure that a failure in internal alerts does not stop the primary processing

The deployment was tested using the "sandboxed" instance of the LLAI pipeline in fluxuser2.ldas.cit

Configured SCIMMA channels (kafka://kafka.scimma.org/) for the topic:

  • lvk-emfollow.gwalert
  • lvk-emfollow.gwalert-playground
  • lvk-emfollow.gwalert-test
  • lvk-emfollow.gwalert-test01
  • lvk-emfollow.gwalert-minikube

Need to add an entry to ~/.config/gwcelery/kafka_credential_map.json

{
	"producer": { "internal" : "roberto.depietri-c7a7f0b5"}
}

and the corresponding password to ~/.config/hop/auth.toml

[[auth]]
username = "roberto.depietri-c7a7f0b5"
password = "........."
protocol = "SASL_SSL"
mechanism = "SCRAM-SHA-512"
Edited by Roberto DePietri

Merge request reports

Loading