README ¶ MurmurationsSynchronizer Trigger the serverless function in local Modify the variables in hit.go. hitCount means how many times we want to hit to the serverless function. hitUrl is the url of the serverless function. apiKey is the Bearer Token we set. hitCount := 300 hitUrl := "http://localhost:3000/api" apiKey := "" Execute the following command. go run hit.go Deployment to k8s Production/Staging Add secret, replace "YOUR_KEY" with the correct key kubectl create secret generic synchronizer-job-secret --from-literal="API_SECRET_KEY=YOUR_KEY" Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files hit.go Directories ¶ Show internal Expand all Path Synopsis api Click to show internal directories. Click to hide internal directories.