When does it end?
Scramjet’s Instance is designed to be long-running, which means that it does not impose any time limits on your processing.
This allows you to focus on implementing your business logic without worrying about abrupt interruptions when your processing exceeds a defined limit.
Long-running Instances are ideal for performing longer processing tasks such as ETL processes, training ML models, IoT data collection, and data transformation.
They also enable you to store the processing state in memory, which is useful for tasks like batch processing.
Instances live as long as you design them to run. To determine when an Instance ends, you can look at the value returned from the Instance.
Here are some popular Instance return value types:
Unlike big function as a service providers, Scramjet does not limit the running time of your Instance. This allows you to focus on implementing your business logic without worrying about abrupt interruptions when your processing exceeds a defined limit. Long-running Instances are ideal for performing longer processing tasks such as ETL processes, training ML models, IoT data collection, and data transformation. They also enable you to store the processing state in memory, which is useful for tasks like batch processing.