We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ics 파일 배포요청시 동시간에 많은 요청이 들어오면 누락되는 경우가 생김 해당 문제들에 대한 처리방안 마련 및 구현
누락되는 케이스
icalendar.DeployWaitingQueue
배포대기큐에 용량 초과시 정책 구현
고려할 해결 방안
-> 배포가 밀린 팀플레이스들을 저장해두는 실패 대기 큐 또는 셋을 구현
실패 대기큐에서 배포 진행 방안
고려할점...
배포실패 큐 또는 셋을 만든다면 해당 친구의 cap에 대해서도 고려 필요
IcalendarEventListener
해당 ThreadPool에 RejectExecutionHandler 추가해주기 해당 handler의 구현 방법은 위의 실패한 친구들 처리 방안에 대한 정책에 따라 달라질듯
RejectExecutionHandler
The text was updated successfully, but these errors were encountered:
pilyang
No branches or pull requests
구현기능
ics 파일 배포요청시 동시간에 많은 요청이 들어오면 누락되는 경우가 생김
해당 문제들에 대한 처리방안 마련 및 구현
누락되는 케이스
배포대기큐 (
icalendar.DeployWaitingQueue
capacity 초과 문제)배포대기큐에 용량 초과시 정책 구현
고려할 해결 방안
-> 배포가 밀린 팀플레이스들을 저장해두는 실패 대기 큐 또는 셋을 구현
실패 대기큐에서 배포 진행 방안
고려할점...
배포실패 큐 또는 셋을 만든다면 해당 친구의 cap에 대해서도 고려 필요
IcalendarEventListener
threadpool 초과시 처리 구현해당 ThreadPool에
RejectExecutionHandler
추가해주기해당 handler의 구현 방법은 위의 실패한 친구들 처리 방안에 대한 정책에 따라 달라질듯
The text was updated successfully, but these errors were encountered: