Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Add deployment automation #32

Merged
merged 5 commits into from
Aug 2, 2022
Merged

Conversation

rauldpm
Copy link
Owner

@rauldpm rauldpm commented Aug 2, 2022

Related #31

This PR adds scripts for the automation of the deployment of rasa servers based on the number of active users

Using crontab a periodic script is executed that checks the number of active users, if the number of active connections is greater than the number of servers * 10 (each server supports 10 active users), a server is deployed

Servers Connection capacity
1 [0,10]
2 [11,20]
3 [21,30]
x [((x-1)*10)+1,x*10]

@rauldpm rauldpm self-assigned this Aug 2, 2022
@rauldpm rauldpm merged commit 5add8b3 into 2.0.2 Aug 2, 2022
@rauldpm rauldpm deleted the 31-add_deployment_automation-2.0.2 branch August 2, 2022 21:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant