Monitor Execution

Now that your program is deployed, you can head to the program's dashboard on the app to monitor it.

From the dashboard, you can currently:

  • pause/resume the execution of your program.

  • see your tables and their space growth.

  • start/end logs streaming.

Coming soon, you'll be able to manage tables directly from the dashboard, including adding filtering queries and modifying their structure in the database (you can currently re-deploy the program with new tables, or reach out to us to change the existing ones). Additionally, once the projects feature is released, you'll be able to deploy multiple programs using the same account.

To monitor the correct execution of the program, just click on "start streaming" and the logs will appear in the program logs tab:

Logs will automatically be emptied when a certain threshold is reached, the app is closed, or the program is paused.

Last updated