interrupt
option for double texting, which interrupts the prior run of the graph and starts a new one with the double-text. This option does not delete the first run, but rather keeps it in the database but sets its status to interrupted
. Below is a quick example of using the interrupt
option.
Setup
First, we will define a quick helper function for printing out JS and CURL model outputs (you can skip this if using Python):- Javascript
- CURL
- Python
- Javascript
- CURL
Create runs
Now we can start our two runs and join the second one until it has completed:- Python
- Javascript
- CURL
View run results
We can see that the thread has partial data from the first run + data from the second run- Python
- Javascript
- CURL
- Python
- Javascript