what are the workers doing exactly? I dont see any heavy computation dont you need to query the post DB to get the content of a post and query the data from the timeline redis cache?
Yes! You'll have access to the replay of the interview privately. Just login and find the "History" button on the left-hand side to see all previous interviews you've participated in.
Queue is used to perform asynchorous operations. Creating/Updating a timeline feed for all people is an expensive task, so its best to persist the request in the queue and let task runners process them at computing pace.
what are the workers doing exactly? I dont see any heavy computation
dont you need to query the post DB to get the content of a post and query the data from the timeline redis cache?
I have a question! Once I have finished the interview, do i get access to the replay or record of the interview?
Yes! You'll have access to the replay of the interview privately. Just login and find the "History" button on the left-hand side to see all previous interviews you've participated in.
What is the use case of queue? I don't get it. Interviewer didn't even questioned that sad.
Queue is used to perform asynchorous operations. Creating/Updating a timeline feed for all people is an expensive task, so its best to persist the request in the queue and let task runners process them at computing pace.
Hi. I try to create an account but I never get the email. Can someone help me?