Skip to content

Commit

Permalink
23034 debug config (#3002)
Browse files Browse the repository at this point in the history
* 23034_debug_config

* remove return

* add the debug for cofig
  • Loading branch information
kzdev420 authored Sep 25, 2024
1 parent b1b9a9b commit 41422f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/involuntary-dissolutions/involuntary_dissolutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ async def run(application: Flask, qsm: QueueService): # pylint: disable=redefin
with application.app_context():
flag_on = flags.is_on('enable-involuntary-dissolution')
application.logger.debug(f'enable-involuntary-dissolution flag on: {flag_on}')
auth_url = application.config.get('AUTH_SVC_URL')
application.logger.debug(f'Get the AUTH_URL from the config: {auth_url}')
if flag_on:
# check if batch can be run today
stage_1_valid, stage_2_valid, stage_3_valid = check_run_schedule()
Expand Down

0 comments on commit 41422f0

Please sign in to comment.