Flagsmith / Flagsmith/flagsmith
Move integrations to task processor
Open
api
improvement
- Dominant language
- Python
- Stars
- 6.6k
- Forks
- 567
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 121
Description
We need to move the third party integrations behaviour to the async task processor.
Note: this will create a huge number of tasks for the processor so we should perhaps think about a way to slowly ramp up the number that are sent to the task processor vs the current separate thread implementation.
## Acceptance Criteria
- [ ] [All identity integrations](https://github.com/Flagsmith/flagsmith/blob/main/api/integrations/integration.py#L8) are handled via a task rather than separate thread
Contributor guide
Assessment
This issue has not been assessed yet.