Introduction to Taskless

Welcome to Taskless! Taskless is designed to take the infrastructure pain out of setting up and maintaining a Job Queueing system, and excels in a serverless or edge-function environment. It can be used anywhere you've got publicly reachable URLs and wish to call them on a schedule or in response to a user action.

Questions? We're happy to help. Join the Taskless Community on Github.

The fastest way to get started with Taskless is to follow a guide for your JavaScript framework. Each guide comes with an integration example from the Taskless repository.

TypeScript Tip All examples are written in TypeScript, to provide additional hints about what is going on inside of Taskless. All of Taskless works with regular JS as well!