Skip to content

Commit

Permalink
disable health check for default service providers (localstack#9202)
Browse files Browse the repository at this point in the history
  • Loading branch information
thrau authored Sep 22, 2023
1 parent 8411103 commit f77d0b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions localstack/services/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def for_provider(
name=provider.service,
listener=AwsApiListener(provider.service, delegate=delegate),
lifecycle_hook=service_lifecycle_hook,
check=None,
)
service._provider = provider

Expand Down

0 comments on commit f77d0b3

Please sign in to comment.