schemazen icon indicating copy to clipboard operation
schemazen copied to clipboard

Feature: Timeout Parameter

Open cole-brown opened this issue 2 years ago • 0 comments

This does 2 things:

  1. Add a --timeout parameter to BaseCommand.
  2. Implement the timeout parameter for importing data during schemazen create.

This is not a complete timeout for everything, but it is a solution for #62 import timeout issues, which I also had and needed to fix.

#193 implements a timeout for schemazen script, which this does not do. Thank you to @rhumborl for giving me enough code in the diffs to make figuring out this patch much quicker.

cole-brown avatar Apr 19 '22 23:04 cole-brown