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

Progress bar for executeJob() #71

Open
nickdickinson opened this issue Mar 8, 2023 · 2 comments
Open

Progress bar for executeJob() #71

nickdickinson opened this issue Mar 8, 2023 · 2 comments

Comments

@nickdickinson
Copy link
Collaborator

While importing data, the job percentage does not change until finished.

image

Should we perhaps implement a progress bar or is it preferable for the logging to have these messages?

@akbertram
Copy link
Member

It depends on the size of the import. I believe the percentage is updated every 200 records. So if you import less than this you won't see much granularity.

Other jobs don't provide progress at all.

I believe the utils package exposes some text bar interface, so I'll leave this open.

@akbertram akbertram changed the title executeJob() not providing % progress during import Progress bar for executeJob() Mar 29, 2023
@nickdickinson
Copy link
Collaborator Author

Ok noted. So we'll only expose a progress bar if there are more than X amount of records, e.g. 200.

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

No branches or pull requests

2 participants