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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This is a great and well documented example - much appreciated!
I am having trouble however with the Run a verification job step. When I publish the command=start_gcs_import message to the indexercommands topic I do not get a new input job created. I tried out the cron jobs to see if those were working, and I can see a new job created for startstatscalc only - not the others. I feel like I must have messed up some config step along the way.
Do you have tips for how to debug what is happening? I am not seeing any sort of logging to help me debug, but that's where I'd think to look first. It feels like the controller must not be listening for the topics correctly though...
This is a great and well documented example - much appreciated!
I am having trouble however with the Run a verification job step. When I publish the
command=start_gcs_importmessage to theindexercommandstopic I do not get a new input job created. I tried out the cron jobs to see if those were working, and I can see a new job created forstartstatscalconly - not the others. I feel like I must have messed up some config step along the way.Do you have tips for how to debug what is happening? I am not seeing any sort of logging to help me debug, but that's where I'd think to look first. It feels like the controller must not be listening for the topics correctly though...
Thanks!