File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
pythonkr_backend/pythonkr_backend Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ def init_worker(*args, **kwargs):
2828 send_to_logfire = "if-token-present" ,
2929 code_source = logfire .CodeSource (
3030 repository = 'https://github.com/pythonkr/python.or.kr-wip' ,
31- revision = sha_service_version ,
32- root_path = '/'
31+ revision = 'main' ,
3332 )
3433 )
3534 logfire .instrument_celery ()
@@ -44,8 +43,7 @@ def init_beat(*args, **kwargs):
4443 send_to_logfire = "if-token-present" ,
4544 code_source = logfire .CodeSource (
4645 repository = 'https://github.com/pythonkr/python.or.kr-wip' ,
47- revision = sha_service_version ,
48- root_path = '/'
46+ revision = 'main' ,
4947 )
5048 )
5149 logfire .instrument_celery ()
Original file line number Diff line number Diff line change 6666 code_source = logfire .CodeSource (
6767 repository = 'https://github.com/pythonkr/python.or.kr-wip' ,
6868 revision = sha_service_version ,
69- root_path = '/'
7069 )
7170 )
7271 logfire .instrument_django ()
You can’t perform that action at this time.
0 commit comments