Implement minijob

This implements a minimal job queue based on cockroachdb.
Currently this lacks getters for pending jobs.

Test Plan: Execute the tests in minijob.

X-Origin-Diff: phab/D253
GitOrigin-RevId: b5c0bc0920a12cd976b848f05301f9d5f959e9de
diff --git a/scripts/run_ci.sh b/scripts/run_ci.sh
index d8fcf81..8551d53 100755
--- a/scripts/run_ci.sh
+++ b/scripts/run_ci.sh
@@ -67,7 +67,7 @@
     --pod ${POD} \
     --ulimit nofile=262144:262144 \
     --name=${POD}-cockroach \
-    cockroachdb/cockroach:v19.1.5 start --insecure
+    cockroachdb/cockroach:v19.1.5 start --insecure --advertise-addr localhost
 
 podman run \
     -v $(pwd):/work \