On staging we see this:
k get configmaps queryservice-allowlist -o yaml | grep allowlist.txt allowlist.txt: ""
I'm not certain why but we should investigate
On staging we see this:
k get configmaps queryservice-allowlist -o yaml | grep allowlist.txt allowlist.txt: ""
I'm not certain why but we should investigate
Typically infuriating the job ran successfully on Monday (16th)
2025-06-16 01:00:15 App\Jobs\UpdateQueryserviceAllowList ...... 53.81ms DONE
and I can see no more details.
I fired it again kubectl exec -it deployment/api-queue-default -- sh -c "php artisan job:dispatchNow UpdateQueryserviceAllowList"
and that has fixed it. Let's add to this ticket if we ever if learn more