hypershell.submit#

Under construction



hypershell.submit.submit_from(source: Iterable[str], queue_config: QueueConfig | None = None, bundlesize: int = 1, bundlewait: int = 5, template: str = '{}', tags: Dict[str, str] | None = None) 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'])