> For the complete documentation index, see [llms.txt](https://docs.zingg.ai/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zingg.ai/latest/stepbystep/installation/installing-zingg-enterprise-snowflake/running-asynchronously.md).

# Running Asynchronously

To ensure Zingg works as a background process

Using no-hup mode, we can run Zingg as a background process and even if SSH is broken it will continue to work.

> `nohup ./scripts/zingg.sh --properties-file ~/zingg/snowEnv.txt --phase findTrainingData --conf ~/zingg/snowConfigFile.json &`

We can see the logs of scripts by running the following command:

> `tail -f nohup.out`
