# Known error caused by the label participant id generation logic generating the same id for two nodes: # https://github.com/theorchard/graphql-participant/blob/master/src/cypher/mutations/create-label-participant.cypher#L1-L2 LABEL_PARTICIPANT_ID_CONFLICT = ( r"Node\(\d+\) already exists with label `LabelParticipant` and property `id` = \d+" ) class RetryException(Exception): """Exception used for terraform to retry the Lambda.""" pass