Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

Update status check in Studio to use realtime status #12481

Open mlqn opened 3 months ago

mlqn commented 3 months ago

Description

The status is checked / updated every 15 seconds using the refetchInterval of useQuery. We might consider replacing this mechanism with SignalR to make it more reactive by updating the status in real-time and to remove unnecessary API calls.

https://github.com/Altinn/altinn-studio/assets/24462611/9d36424a-2400-455e-b0c6-8d52543d27b4

nkylstad commented 3 weeks ago

@mlqn Is this still relevant?

mlqn commented 3 weeks ago

@nkylstad Yes, this one is still relevant