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):
28
28
send_to_logfire = "if-token-present" ,
29
29
code_source = logfire .CodeSource (
30
30
repository = 'https://github.com/pythonkr/python.or.kr-wip' ,
31
- revision = sha_service_version ,
32
- root_path = '/'
31
+ revision = 'main' ,
33
32
)
34
33
)
35
34
logfire .instrument_celery ()
@@ -44,8 +43,7 @@ def init_beat(*args, **kwargs):
44
43
send_to_logfire = "if-token-present" ,
45
44
code_source = logfire .CodeSource (
46
45
repository = 'https://github.com/pythonkr/python.or.kr-wip' ,
47
- revision = sha_service_version ,
48
- root_path = '/'
46
+ revision = 'main' ,
49
47
)
50
48
)
51
49
logfire .instrument_celery ()
Original file line number Diff line number Diff line change 66
66
code_source = logfire .CodeSource (
67
67
repository = 'https://github.com/pythonkr/python.or.kr-wip' ,
68
68
revision = sha_service_version ,
69
- root_path = '/'
70
69
)
71
70
)
72
71
logfire .instrument_django ()
You can’t perform that action at this time.
0 commit comments