ncbo / ncbo_cron

Jobs that run on a regular basis in the NCBO infrastructure
Other
2 stars 6 forks source link

ncbo_cron scripts should handle SIGINT signal properly and exit #41

Open alexskr opened 3 years ago

alexskr commented 3 years ago

some of the ncbo_cron scripts do not handle SIGINT signal properly and continue executing when SIGINT signal is send. Scripts should catch that signal; clean up and exit.