Skip to content

Commit

Permalink
added rabbitmq client to dependabot exclusion list for test
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshGule committed Jul 29, 2023
1 parent 19e70cf commit dbf80ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ updates:
interval: "daily"
# Allow up to 10 open pull requests for nuget dependencies
open-pull-requests-limit: 10
ignore:
- dependency-name: 'RabbitMQ.Client'
versions: ['6.4.0']
6 changes: 4 additions & 2 deletions demo.http
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# GET https://techtalks-producer.whiteocean-6297fc2c.eastasia.azurecontainerapps.io/api/TechTalks/Generate
# ?numberOfMessages=10000

https://techtalks-producer.wittysmoke-dd3f636d.eastasia.azurecontainerapps.io/api/TechTalks/Generate
?numberOfMessages=10000
# https://techtalks-producer.wittysmoke-dd3f636d.eastasia.azurecontainerapps.io/api/TechTalks/Generate
# ?numberOfMessages=10000


https://techtalks-producer.wittysmoke-dd3f636d.eastasia.azurecontainerapps.io/api/TechTalks/Generate?numberOfMessages=1000
2 changes: 2 additions & 0 deletions festive-calendar-demo/demo-commands.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Param(
[string]$environmentName = "aci-dev-env"
)



# Reset consumer replicas to 1, used to showcase initial state of the app
az containerapp update `
--name techtalks-consumer `
Expand Down

0 comments on commit dbf80ba

Please sign in to comment.