astrocatalogs / astrocats

Astrocats package for constructing astronomical catalogs
https://astrocats.space
MIT License
40 stars 12 forks source link

Interrupt stalled import tasks #60

Open lzkelley opened 8 years ago

lzkelley commented 8 years ago

Individual tasks should exit it they are either taking far longer than normal to complete, or are stalled somewhere. In the long-run, it might be good to even set these up as non-blocking subprocesses (or other threading) --- presumably url-connection cycles will be hogging lots of time where the processor/drive is still available.