We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1625254 commit 6a8401eCopy full SHA for 6a8401e
services/web/server/src/simcore_service_webserver/notifications/_rabbitmq_exclusive_queue_consumers.py
@@ -38,8 +38,8 @@
38
_logger = logging.getLogger(__name__)
39
40
_APP_RABBITMQ_CONSUMERS_KEY: Final[str] = f"{__name__}.rabbit_consumers"
41
-APP_WALLET_SUBSCRIPTIONS_KEY = "wallet_subscriptions"
42
-APP_WALLET_SUBSCRIPTION_LOCK_KEY = "wallet_subscription_lock"
+APP_WALLET_SUBSCRIPTIONS_KEY: Final[str] = "wallet_subscriptions"
+APP_WALLET_SUBSCRIPTION_LOCK_KEY: Final[str] = "wallet_subscription_lock"
43
44
45
async def _convert_to_node_update_event(
0 commit comments