Skip to content

make gracedb create_labels calls in orchestrator async; fix #643

Deep Chatterjee requested to merge deep.chatterjee/gwcelery:canvas-calls into main

There are a couple of places in the orchestrator where the FROZEN_LABEL is called in sync. This prevents them from being retried in case of RetryableHTTPErrors. This patch chains the label addition to the canvas.

This has been tested on emfollow-dev: https://gracedb-test01.igwn.org/superevents/MS230601v/view/

Edited by Deep Chatterjee

Merge request reports