Task API
Last updated
Was this helpful?
Last updated
Was this helpful?
Task API is service for executing and monitoring expensive asynchronous operations which in the context of this API will be called tasks.
API consists of two services:
Task-service is a service that controls whole task life-cycle (start, fail, retry, etc.)
Executor-service is a service that execute tasks defined as part of Aidbox (for example: tasks).
To start using Task API you should define a few services in your Aidbox service configuration:
Include task and executor services in your Aidbox service configuration.
Restart Aidbox.
If all services running correctly you would see Tasks icon on navigation bar and use built-in Aidbox Tasks UI: