Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report intermediate status of job #11

Open
felbalart opened this issue Aug 17, 2017 · 0 comments
Open

Report intermediate status of job #11

felbalart opened this issue Aug 17, 2017 · 0 comments

Comments

@felbalart
Copy link
Contributor

While running a task waiting to be notified on completion, we should be able to send information to frontend about the current status or progress of the task.

This will allow, for example when processing a spreadsheet with 1000 rows, to show a progress bar or message like "Processing Row 550 of 1000..."

An approach for doing this could be recycle the same 'result' column, that is used for the job finish result. So in backend the job updates this value while running, and frontend receives it in every polling request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants