back

by thunderbong·7y ago·view on hn ↗
I'm a newbie to background jobs and I have a question -

Whenever a user's action gets pushed to a background job how do you go about notifying the user about the status of the job?

Do you resort back to email or some kind of more complex websocket based solution?

I'm not quite thinking about long running jobs but more like the ones which take maybe 10 or 15 seconds. In the this kind of a scenario, wouldn't a simpler soliton be to just make the user wait? Maybe just show a spinner?