You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm planning to deploy new instance of script-server as well as new version features!
However I cannot seem to stop python launcher.py process. When I click CTRL+C it's not exiting the process. It's just not stopping?
script-server version: 1.15.2
root@ebf4c3785492:/app# ls
conf launcher.py requirements.txt src version.txt web
root@ebf4c3785492:/app# python launcher.py
2020-10-15 03:23:28,182 [root.INFO] Starting Script Server, v1.15.2
2020-10-15 03:23:28,182 [migrations.INFO] Applying migration add_execution_info_to_log_files
2020-10-15 03:23:28,183 [migrations.INFO] Applying migration introduce_access_config
2020-10-15 03:23:28,184 [migrations.INFO] Applying migration add_user_id_to_log_files
2020-10-15 03:23:28,188 [migrations.INFO] Applying migration migrate_output_files_parameters_substitution
2020-10-15 03:23:28,201 [asyncio.DEBUG] Using selector: EpollSelector
Server is running on: http://0.0.0.0:5000
^C2020-10-15 03:23:29,517 [web_server.INFO] Stopping server on interrupt
^C2020-10-15 03:23:30,618 [web_server.INFO] Stopping server on interrupt
^C2020-10-15 03:23:31,260 [web_server.INFO] Stopping server on interrupt
^C2020-10-15 03:23:32,244 [web_server.INFO] Stopping server on interrupt
^C2020-10-15 03:23:32,740 [web_server.INFO] Stopping server on interrupt
^C2020-10-15 03:23:33,120 [web_server.INFO] Stopping server on interrupt
The text was updated successfully, but these errors were encountered:
Hi, I'm planning to deploy new instance of script-server as well as new version features!
However I cannot seem to stop
python launcher.py
process. When I clickCTRL+C
it's not exiting the process. It's just not stopping?script-server version: 1.15.2
The text was updated successfully, but these errors were encountered: