Being able to kill background tasks

I have several tables with over 50k records and have to run cron jobs on them every day for data integrity and to maintain records. This is all accomplished through background tasks that each contain dozens of functions. Many of my tasks take over 12-16 hours to complete, but almost always, will no longer show up in my backrgoung task status debugger as it just says 'timeout' - thus, I have no way of knowing if it went off the rails and is doing something it is not or if its still just chugging along. In 99% of these scenarios, I would like to just kill the task (even if that means killing ALL running cron jobs) so I know it has stopped. With Xano, the entire app can slow down (even preventing me from logging in) when a process is taking up too much computing power from my instance. This can completely shut down the entire app (I lose access to the API editor, cannot view task details, and can't login) - if I could just have one single kill switch to terminate all running CRON jobs, that would be fantastic and save me more than 5 to 6 hours every single week of waiting (as the only way to currenty kill a job is by embedding an outside control inside the loops - but this too has gone badly for me as Xano can get hung up inside an iteration and then I completely lose access. At the moment, I have several jobs that have been running for 2 days and I still have no idea what is going on with them as I cannot kill them - I do not know if they are taking up resources, destroying records, or otherwise). If there was a button on the top right in the background task view that just allowed me to instantly kill all of my jobs at once, that would be very very helpful. Thank you!
6