What this preview covers
Schedule asynchronous jobs with retries, status tracking, and failure hooks.
Use this page to evaluate the workflow and plan how it could fit your project. Marketplace cloning is not open yet; the steps below describe an example to review when access becomes available.
Example workflow
- Create a task with its payload and execution time.
- Run the worker and record progress or completion.
- Retry eligible failures and notify the failure hook when attempts are exhausted.
Before you connect it
- Define the queue, worker endpoint, and authentication.
- Make task handlers safe to run more than once.
- Test delayed execution and failures after partially completed work.
When cloning becomes available, review the cloned node, confirm framework and integration compatibility, and test it with development data before using it in a live project.