for long-running jobs, the backend server sometimes crashes (I suspect background tasks given the flakiness of the bug) while a ModalFunction is blocked waiting for a response.
A workaround would be to add a submit method which hits the same routes as the backendclient but doesn't block/poll for a response, leaving that to the user
for long-running jobs, the backend server sometimes crashes (I suspect background tasks given the flakiness of the bug) while a ModalFunction is blocked waiting for a response.
A workaround would be to add a submit method which hits the same routes as the backendclient but doesn't block/poll for a response, leaving that to the user