Skip to content

Commit

Permalink
Update docs/ko/docs/tutorial/background-tasks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
junah201 committed Feb 16, 2023
1 parent 73e6f73 commit f5db5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ko/docs/tutorial/background-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RabbitMQ 또는 Redis와 같은 메시지/작업 큐 시스템 보다 복잡한

예제를 보시려면 [프로젝트 생성기](../project-generation.md){.internal-link target=\_blank} 를 참고하세요. 해당 예제에는 이미 구성된 `Celery`가 포함되어 있습니다.

그러나 동일한 FastAPI 앱에서 변수 및 개체에 접근해야햐는 작은 백그라운드 수행이 필요한 경우 (예 : 이메일 알림 보내기) 간단하게 `BackgroundTasks`를 사용해보세요.
그러나 동일한 FastAPI 앱에서 변수 및 개체에 접근해야햐는 작은 백그라운드 수행이 필요한 경우 (예 : 알림 이메일 보내기) 간단하게 `BackgroundTasks`를 사용해보세요.

## 요약

Expand Down

0 comments on commit f5db5cd

Please sign in to comment.