Skip to content

Enable specification for number of gracedb upload attempts

This MR adds a user-specified argument in gstlal_inspiral_postcohspiir_online to specify the number of times we attempt to upload a trigger to GraceDb in FinalSink.

This is a simple change to enable faster iteration of testing, to prevent unnecessary numbers of failed attempts.

A complete solution would also incorporate the Python2.7 changes made in !53 (merged), however there is difficulty merging these two parts of the change as they cross both Python3 (this MR) and Python2.7 (!53 (merged)). We recommend presenting these changes together in external review as they fall under a similar "feature/change scope".

Merge request reports