Hello this may dumb question but I am not yet found the answer anywhere, currently I have some needs to execute command to list dataflow job like below
gcloud dataflow jobs list --status=done --limit=5
which is I am about to execute this frequent using shell scripting to list if any failed/running job in last 5 jobs, my question is does google will charge me a lot if I execute this command suppose like every 30mins once.