You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Implemented task polling with timeout. With this approach, we can go to the database without receiving new data, or vice versa, forcing the user to wait an extra 500ms until it's time to go for tasks. At this point, we expected to see work with channels, when, after writing to the database, the request handler is immediately launched."
Which would it be, to keep services decoupled?
message queque
gRPC
other?
The text was updated successfully, but these errors were encountered:
"Implemented task polling with timeout. With this approach, we can go to the database without receiving new data, or vice versa, forcing the user to wait an extra 500ms until it's time to go for tasks. At this point, we expected to see work with channels, when, after writing to the database, the request handler is immediately launched."
Which would it be, to keep services decoupled?
The text was updated successfully, but these errors were encountered: