Closed lichunqiang closed 8 months ago
it exits gracefully when ctrl+c is received making sure pending tasks are completed.
if there is one task like * * * * *, ctrl+c the program will hug on.
* * * * *
how to understanding pending tasks ?
the pending here means already in progress or already scheduled, i.e not yet finished
i found that when running tasker binary as daemon, it immediately aborts the child process on ctrl+c, will be fixed by #41
if there is one task like
* * * * *
, ctrl+c the program will hug on.how to understanding pending tasks ?