-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
19794 update colin/lear sync job #2834
19794 update colin/lear sync job #2834
Conversation
@@ -47,12 +47,13 @@ class _Config(object): # pylint: disable=too-few-public-methods | |||
PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__)) | |||
|
|||
COLIN_URL = os.getenv('COLIN_URL', '') | |||
LEGAL_URL = os.getenv('LEGAL_URL', '') | |||
LEGAL_API_URL = os.getenv('LEGAL_API_URL', '') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moving to v2 endpoints. creating a new env variable as LEGAL_URL
is used in future-effective job (which need more update, in separate ticket).
@@ -23,6 +23,10 @@ rsa==4.7.2 | |||
sentry-sdk==1.20.0 | |||
six==1.15.0 | |||
urllib3==1.26.11 | |||
asyncio-nats-client==0.11.4 | |||
asyncio-nats-streaming==0.4.0 | |||
nest_asyncio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this job is failing in DEV for sometime due to missing requirements.
Issue #: /bcgov/entity#19794
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).