| | | | |
| Offset 1661, 14 lines modified | Offset 1661, 178 lines modified |
| 1661 | #·· | 1661 | #·· |
| 1662 | #··If·the·process·does·not·exit·cleanly·after·this·many·seconds·of·SIGTERM,·a | 1662 | #··If·the·process·does·not·exit·cleanly·after·this·many·seconds·of·SIGTERM,·a |
| 1663 | #··SIGKILL·is·sent. | 1663 | #··SIGKILL·is·sent. |
| 1664 | #··Default:·5 | 1664 | #··Default:·5 |
| 1665 | #·c.LocalProcessSpawner.term_timeout·=·5 | 1665 | #·c.LocalProcessSpawner.term_timeout·=·5 |
| | |
| 1666 | #------------------------------------------------------------------------------ | 1666 | #------------------------------------------------------------------------------ |
| | 1667 | #·SimpleLocalProcessSpawner(LocalProcessSpawner)·configuration |
| | 1668 | #------------------------------------------------------------------------------ |
| | 1669 | ##·A·version·of·LocalProcessSpawner·that·doesn't·require·users·to·exist·on·the |
| | 1670 | #··system·beforehand. |
| | 1671 | #·· |
| | 1672 | #··Only·use·this·for·testing. |
| | 1673 | #·· |
| | 1674 | #··Note:·DO·NOT·USE·THIS·FOR·PRODUCTION·USE·CASES!·It·is·very·insecure,·and |
| | 1675 | #··provides·absolutely·no·isolation·between·different·users! |
| | |
| | 1676 | ##· |
| | 1677 | #··See·also:·Spawner.args |
| | 1678 | #·c.SimpleLocalProcessSpawner.args·=·[] |
| | |
| | 1679 | ##· |
| | 1680 | #··See·also:·Spawner.auth_state_hook |
| | 1681 | #·c.SimpleLocalProcessSpawner.auth_state_hook·=·None |
| | |
| | 1682 | ##· |
| | 1683 | #··See·also:·Spawner.cmd |
| | 1684 | #·c.SimpleLocalProcessSpawner.cmd·=·['jupyterhub-singleuser'] |
| | |
| | 1685 | ##· |
| | 1686 | #··See·also:·Spawner.consecutive_failure_limit |
| | 1687 | #·c.SimpleLocalProcessSpawner.consecutive_failure_limit·=·0 |
| | |
| | 1688 | ##· |
| | 1689 | #··See·also:·Spawner.cpu_guarantee |
| | 1690 | #·c.SimpleLocalProcessSpawner.cpu_guarantee·=·None |
| | |
| | 1691 | ##· |
| | 1692 | #··See·also:·Spawner.cpu_limit |
| | 1693 | #·c.SimpleLocalProcessSpawner.cpu_limit·=·None |
| | |
| | 1694 | ##·Enable·debug-logging·of·the·single-user·server |
| | 1695 | #··See·also:·Spawner.debug |
| | 1696 | #·c.SimpleLocalProcessSpawner.debug·=·False |
| | |
| | 1697 | ##· |
| | 1698 | #··See·also:·Spawner.default_url |
| | 1699 | #·c.SimpleLocalProcessSpawner.default_url·=·'' |
| | |
| | 1700 | ##· |
| | 1701 | #··See·also:·Spawner.disable_user_config |
| | 1702 | #·c.SimpleLocalProcessSpawner.disable_user_config·=·False |
| | |
| | 1703 | ##· |
| | 1704 | #··See·also:·Spawner.env_keep |
| | 1705 | #·c.SimpleLocalProcessSpawner.env_keep·=·['JUPYTERHUB_SINGLEUSER_APP'] |
| | |
| | 1706 | ##· |
| | 1707 | #··See·also:·Spawner.environment |
| | 1708 | #·c.SimpleLocalProcessSpawner.environment·=·{} |
| | |
| | 1709 | ##· |
| | 1710 | #··See·also:·Spawner.group_overrides |
| | 1711 | #·c.SimpleLocalProcessSpawner.group_overrides·=·traitlets.Undefined |
| | |
| | 1712 | ##·Template·to·expand·to·set·the·user·home.·{username}·is·expanded·to·the |
| | 1713 | #··jupyterhub·username. |
| | 1714 | #··Default:·'/tmp/{username}' |
| | 1715 | #·c.SimpleLocalProcessSpawner.home_dir_template·=·'/tmp/{username}' |
| | |
| | 1716 | ##· |
| | 1717 | #··See·also:·Spawner.http_timeout |
| | 1718 | #·c.SimpleLocalProcessSpawner.http_timeout·=·30 |
| | |
| | 1719 | ##· |
| | 1720 | #··See·also:·Spawner.hub_connect_url |
| | 1721 | #·c.SimpleLocalProcessSpawner.hub_connect_url·=·None |
| | |
| | 1722 | ##· |
| | 1723 | #··See·also:·LocalProcessSpawner.interrupt_timeout |
| | 1724 | #·c.SimpleLocalProcessSpawner.interrupt_timeout·=·10 |
| | |
| | 1725 | ##· |
| | 1726 | #··See·also:·Spawner.ip |
| | 1727 | #·c.SimpleLocalProcessSpawner.ip·=·'127.0.0.1' |
| | |
| | 1728 | ##· |
| | 1729 | #··See·also:·LocalProcessSpawner.kill_timeout |
| | 1730 | #·c.SimpleLocalProcessSpawner.kill_timeout·=·5 |
| | |
| | 1731 | ##· |
| | 1732 | #··See·also:·Spawner.mem_guarantee |
| | 1733 | #·c.SimpleLocalProcessSpawner.mem_guarantee·=·None |
| | |
| | 1734 | ##· |
| | 1735 | #··See·also:·Spawner.mem_limit |
| | 1736 | #·c.SimpleLocalProcessSpawner.mem_limit·=·None |
| | |
| | 1737 | ##· |
| | 1738 | #··See·also:·Spawner.notebook_dir |
| | 1739 | #·c.SimpleLocalProcessSpawner.notebook_dir·=·'' |
| | |
| | 1740 | ##·Allowed·scopes·for·oauth·tokens·issued·by·this·server's·oauth·client. |
| | 1741 | #··See·also:·Spawner.oauth_client_allowed_scopes |
| | 1742 | #·c.SimpleLocalProcessSpawner.oauth_client_allowed_scopes·=·traitlets.Undefined |
| | |
| | 1743 | ##·Allowed·roles·for·oauth·tokens. |
| | 1744 | #··See·also:·Spawner.oauth_roles |
| | 1745 | #·c.SimpleLocalProcessSpawner.oauth_roles·=·traitlets.Undefined |
| | |
| | 1746 | ##· |
| | 1747 | #··See·also:·Spawner.options_form |
| | 1748 | #·c.SimpleLocalProcessSpawner.options_form·=·traitlets.Undefined |
| | |
| | 1749 | ##· |
| | 1750 | #··See·also:·Spawner.options_from_form |
| | 1751 | #·c.SimpleLocalProcessSpawner.options_from_form·=·traitlets.Undefined |
| | |
| | 1752 | ##· |
| | 1753 | #··See·also:·Spawner.poll_interval |
| | 1754 | #·c.SimpleLocalProcessSpawner.poll_interval·=·30 |
| | |
| | 1755 | ##· |
| | 1756 | #··See·also:·Spawner.poll_jitter |
| | 1757 | #·c.SimpleLocalProcessSpawner.poll_jitter·=·0.1 |
| | |
| | 1758 | ##·Extra·keyword·arguments·to·pass·to·Popen |
|
Max diff block lines reached; 6855/11926 bytes (57.48%) of diff not shown.
|