You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature was disabled in #798, with the discussion as to why on #751
As Carrot now deals with scale better in other areas... the analyse function can't deal with that. The existing button the React app is actually now a quick way for any user to bring the app to a halt (unbeknownst to them), which is why it might appear to not be working at first.
But we really need this feature to work.
As the analysis is expensive to run, we would like to move this work to an Azure function.
User journey
Request the analysis by clicking a button "Request Analysis" (?)
Get a loading status,
The user is notified when the analysis is available (they can resume using the app in the meantime).
If it's a small SR, then it'll complete quite quickly.
Technical Implementation
Move the work to Azure functions, we have existing patterns for this.
The uncertainty for me is actually where this is stored, we could write to a new table, or a file.
The text was updated successfully, but these errors were encountered:
This feature was disabled in #798, with the discussion as to why on #751
But we really need this feature to work.
As the analysis is expensive to run, we would like to move this work to an Azure function.
User journey
Technical Implementation
Move the work to Azure functions, we have existing patterns for this.
The uncertainty for me is actually where this is stored, we could write to a new table, or a file.
The text was updated successfully, but these errors were encountered: