overture-stack/maestro

Update Song event processing to consume full analysis payload

blabadi opened this issue · 5 comments

Song will be providing full payload for analyses in its events (overture-stack/SONG#674)
we need to adopt maestro to consume full messages instead of reaching out to song

Detailed Description

currently song provides analysis Id and repo code and study id
then maestro reaches to song and fetch the rest of the data
when song provides the full analysis payload no need to do that anymore

Possible Implementation

@blabadi @joneubank i believe this is already taken care of - can you confirm?

@blabadi was this completed with Maestro, or is this outstanding?

@blabadi was this completed with Maestro, or is this outstanding?

as far as I know this is not implemented in maestro yet, to avoid calling song on event based indexing

thanks for confirming @blabadi !

Moving to latest sprint for @b-f-chan to finish testing