Skip to content

Commit e5f5be8

Browse files
committed
update settings
1 parent 1df5311 commit e5f5be8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pythonkr_backend/pythonkr_backend/celery.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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()

pythonkr_backend/pythonkr_backend/settings/prod.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
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()

0 commit comments

Comments
 (0)