Skip to content

Commit

Permalink
PAN-2270: Point to certs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekv committed Nov 18, 2024
1 parent 7d93ebb commit 10acd4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pantos/servicenode/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import amqp # type: ignore
import celery # type: ignore
import certifi # type: ignore
from pantos.common.logging import LogFile
from pantos.common.logging import LogFormat
from pantos.common.logging import initialize_logger
Expand Down Expand Up @@ -47,7 +48,7 @@ def is_main_module() -> bool:
'pantos.common.blockchains.tasks',
'pantos.servicenode.business.transfers',
'pantos.servicenode.business.plugins'
])
], broker_use_ssl={'ca_certs': certifi.where()})
"""Celery application instance."""

# Additional Celery configuration
Expand Down

0 comments on commit 10acd4f

Please sign in to comment.