-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
We need to add support for creating workers using Temporal.
Temporal is a tried and tested technology that we've implemented previously in our flask-react-template. It allows for asynchronously queuing up workers, which can perform various tasks, from the least to the most resource-intensive tasks, all while running independently of the web app.
Please refer to the following resources for getting started:
- Temporal Getting Started docs - https://learn.temporal.io/getting_started/
- Temporal TS client library - https://learn.temporal.io/getting_started/typescript/dev_environment/
flask-react-templateworker docs - https://github.com/jalantechnologies/flask-react-template/blob/main/docs/workers.md
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request