Skip to content

Conversation

@Thomas-S-Allen
Copy link
Contributor

Allows time delay when inputting large batches with multiple subdirectories. Also allows skipping of already processed subdirectories if the process terminates early.

Copy link
Member

@ehenneken ehenneken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When adding new functionality, there should be a unittest for it

if args.time_delay:
delay_rate = args.time_delay
else:
delay_rate = 1000.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make 1000. a value set in the config (like DEFAULT_DELAY)

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

Successfully merging this pull request may close these issues.

2 participants