-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Evgenii edited this page Apr 3, 2023
·
1 revision
Welcome to the planner-AI wiki!
There are two master branches:
- main
- main-aws
It is separated with CI/CD into two workflow cycles:
- The main one is deployed as a website and intended for lightweight processing.
- The AWS one has intended for the backend only heavy and long-timed processings that will happen on the AWS side.
AWS branch intends to be used with Django-Q and receives async calls by it, but if there is a needed sync immediate response, then it can be accessed directly by HTTP REST API invocation.