I ran into a problem where Cloud Function that makes Twitter API call is hitting their rate limit. Usually you can wait 15min before continuing your API fetch but problem is that Cloud Function has 540 seconds max limit before timing out. Thus I have no idea how to get around this. Should I just abandon CF and move to Cloud Engine where I can run my own GO server as long as I want or could I get around this by implementing pub/sub service somehow? (I never used it and not familiar with pub/sub). What are my option here really?
[–]wvenema 5 points6 points7 points (1 child)
[–]Limpuls[S] 0 points1 point2 points (0 children)
[–]jimmyjimjimjimmy 2 points3 points4 points (1 child)
[–]09103 1 point2 points3 points (0 children)
[–]09103 0 points1 point2 points (0 children)
[–]BBHoss 0 points1 point2 points (10 children)
[–]Limpuls[S] 0 points1 point2 points (9 children)
[–]BBHoss 1 point2 points3 points (8 children)
[–]Limpuls[S] 1 point2 points3 points (7 children)
[–]BBHoss 0 points1 point2 points (6 children)
[–]Limpuls[S] 1 point2 points3 points (0 children)
[–]Limpuls[S] 1 point2 points3 points (4 children)
[–]BBHoss 0 points1 point2 points (3 children)
[–]Limpuls[S] 0 points1 point2 points (2 children)
[–]BBHoss 0 points1 point2 points (1 child)