Forums

Kill / Stopping Bash Console

I'm currently debugging my app. It ran without any issue. Problem is I want only want to run the script every day at a certain time and I am only running it now to debug. As it is a long task (thousands of queries), I want to end it now as I have already ascertained that my script is working. Is there any way for me to kill bash (kinda like Ctrl + C in IPython console in Spyder)? Need help asap as my script is running (and burning CPU time as we're speaking).

Thanks.

You could try the cross next to the console name on the Consoles page or ctrl-c in the console to interrupt your script. There is also a process list on the Consoles page that you can use to kill the process.