Y
Hacker News
new
|
ask
|
show
|
jobs
by
cgenuity
2918 days ago
Thanks! I do heavily use Google Cloud Pub/Sub but it does not support scheduling items so I only schedule items when they are due for processing.
1 comments
navinsylvester
2918 days ago
Wouldn't it be good to have your own pub/sub mechanism instead of relying on a third party like gce for a critical component. Take for example -
https://github.com/grpc/grpc/issues/13327
. It took them fair amount of time to fix that issue.
link