opentensor / bittensor-subnet-template

Template Design for a Bittensor subnetwork
MIT License
76 stars 129 forks source link

Reintroduce tracebacks for KeyboardInterrupt exceptions #37

Open steffencruz opened 11 months ago

steffencruz commented 11 months ago
          This will safely close down the miner, but won't print the full traceback. I actually found the traceback to be quite useful. For example, when a miner is stuck on a particular function/line, the traceback helps identify what the issue was. Can we keep the traceback from this operation?

_Originally posted by @Eugene-hu in https://github.com/opentensor/bittensor-subnet-template/pull/26#discussion_r1403687830_