Implement pause/resume commands w/ APOLLO_APP_STATUS envvar
This commit is contained in:
@@ -268,6 +268,9 @@ int main(int argc, char *argv[]) {
|
||||
logging::log_flush();
|
||||
lifetime::debug_trap();
|
||||
};
|
||||
|
||||
proc::proc.terminate();
|
||||
|
||||
force_shutdown = task_pool.pushDelayed(task, 10s).task_id;
|
||||
|
||||
shutdown_event->raise(true);
|
||||
|
||||
Reference in New Issue
Block a user