Y
Hacker News
new
|
ask
|
show
|
jobs
by
wasd
2872 days ago
Where can I find more information on Cloud Scheduler & Tasks? Having a hard time googling it :) and the links go to a sign up form.
2 comments
aleaxit
2871 days ago
For Cloud Tasks,
https://developers.google.com/api-client-library/python/apis...
should help.
link
wasd
2871 days ago
Thanks! Unfortunately, there's a link to Cloud Tasks API on that page that 404s and there's not much else info on it. As far as I can tell, it's alpha. Maybe I can find the Google Next presentation on it.
link
aleaxit
2871 days ago
The links to APIs I see on that page are
https://developers.google.com/resources/api-libraries/docume...
and
https://developers.google.com/api-client-library/python/
, both work for me. The latter in turn points to
https://cloud.google.com/tasks/
(Tasks Alpha) which also works for me. Maybe it only works for customers enrolled in the limited-access Alpha and as a Googler I'm automatically enrolled without knowing that...? But, I can also see the latter in an incognito window in Chrome...
link
wasd
2871 days ago
Last link doesn't work for me. Tried multiple devices and browsers. Just 404s. I didn't find the first two links very helpful.
link
stewart27
2871 days ago
They're both available as early access previews. You can request access via the sign up forms.
link