Running an Axon in Algoreus
Once you've deployed a data axon, it's ready to be executed. You can either set up a schedule for regular runs or manually start it whenever required.
To manually start an axon, open the respective deployed axon and select the Run option.
If the axon utilizes nodes, you'll need to specify the runtime parameters for each one.
You'll observe the status shift through various stages as the axon is running, including provisioning, initiating, executing, and completion. If necessary, the axon can be halted at any stage.
As the axon is running, you're able to access and examine both basic and advanced logs.
Upon completion of the axon run
Once the axon execution is complete, logs can be viewed and downloaded, which include the more detailed advanced logs.
If you've activated Instrumentation, you can choose the Properties option on any node (source, transformation, sink) in the axon to delve into the metrics that the axon has generated.
To gain more insights into the axon runs, the Summary option can be clicked.
Verifying output
Once the axon has successfully executed, the output at each sink should be checked to verify that the results align with your expectations.
Last updated