SNEWS2 / SNEWS_Publishing_Tools

Publishing Tool for SNEWS
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

add feedback to ensure that experiment messages are received #38

Open sybenzvi opened 2 years ago

sybenzvi commented 2 years ago

We probably need a logging channel on HopSkotch that confirms receipt of test messages send to the observation channel.

KaraMelih commented 2 years ago

I think related to this issue https://github.com/SNEWS2/SNEWS_Coincidence_System/issues/11 we can go around and do this at least for the 'test-connection' messages. If need be, we can apply the same idea to observation messages. If we use the timestamps to catch from this logging channel this can be done rather easily.

KaraMelih commented 2 years ago

Now there is a snews_pt test-connection function https://github.com/SNEWS2/SNEWS_Publishing_Tools/blob/6c7d5bd0368c231cd13d5f8a884f7f9769277769/snews_pt/__main__.py#L139-L175

However, I think the synched logs that are transferred directly from the Purdue server are healthier for the development. https://www.physics.purdue.edu/snews/logs/ (requires username/password access)

justinvasel commented 1 month ago

Does the test-connection functionality address this issue?