Fix regression where asynchronous creation of MDC events broke manual joint MDC events
Compare changes
Files
2+ 8
− 0
@@ -181,3 +181,11 @@ def upload_event():
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
This MR fixes a regression caused by e39e9c7c that causes https://git.ligo.org/emfollow/gwcelery/-/blob/0566a6e5be2cbb3b5cc9769757224572c3d862d7/gwcelery/views.py#L355-364 to fail. These changes now return a gpstime instead of a graceid in order to avoid a GraceDB call and re-enable the manual creation of joint MDC events.
This was tested using a gstlal test event:
which corresponds to https://gracedb-test.ligo.org/events/M349701/view/ (or one of the adjacent events).