-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved consumers back into the webapp
azure container apps is too slow for now (30 sec polling time is an issue)
- Loading branch information
1 parent
b00cdd2
commit 8e6aeb4
Showing
6 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Info | ||
|
||
All consumers in this folders should be moved to Azure Container Apps or | ||
Azure Container App Jobs once Mini Møder's traffic is large enough. | ||
|
||
## Criteria | ||
|
||
**ChatConsumers:** | ||
|
||
- Over 1 message sent every 5 minutes, consistently throughout the day (6-24) | ||
|
||
OR | ||
|
||
- Over 100 messages sent per hour, consistently throughout the day (6-24) |
3 changes: 2 additions & 1 deletion
3
...apps/Jordnaer.Chat/SendMessageConsumer.cs → ...b/Server/Consumers/SendMessageConsumer.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...apps/Jordnaer.Chat/SetChatNameConsumer.cs → ...b/Server/Consumers/SetChatNameConsumer.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters