|
|
|
|
|
by yummyfajitas
5973 days ago
|
|
A user uploads a file to your webapp. Processing the file might take seconds or more. So instead of processing the file in the view, you schedule the processing job and return html output to the user "we are processing your request". Eventually, the scheduled job will complete, and the result will be available to the user. |
|