hypershell.submit
#
Under construction …
- hypershell.submit.submit_from(source: Iterable[str], queue_config: QueueConfig | None = None, bundlesize: int = 1, bundlewait: int = 5, template: str = '{}') int [source]#
Submit all task arguments from source, return count of submitted tasks.
Note
Something important to remember.
- Example:
>>> from hypershell.submit import submit_from >>> submit_from(['echo AA', 'echo BB', 'echo CC'])