flyte-client keeps taking actions and calls commands without waiting for response. This can be a problem if there are new actions: pack starts, it picks all of them, moving them into pending state, but pack can fail after first one, client still feeding it with more. Pack fails, but all the actions are already in pending state.