{"id":19046324,"url":"https://github.com/saladtechnologies/salad-cloud-job-queue-worker","last_synced_at":"2026-02-15T17:29:19.219Z","repository":{"id":215964304,"uuid":"738216181","full_name":"SaladTechnologies/salad-cloud-job-queue-worker","owner":"SaladTechnologies","description":"SaladCloud Job Queue Worker, SDK, and samples","archived":false,"fork":false,"pushed_at":"2025-11-20T02:10:12.000Z","size":536,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-14T17:11:26.626Z","etag":null,"topics":["batch-processing","go","job-queue","salad","saladcloud"],"latest_commit_sha":null,"homepage":"https://salad.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SaladTechnologies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-02T17:47:55.000Z","updated_at":"2026-01-03T04:48:56.000Z","dependencies_parsed_at":"2024-02-06T21:42:27.453Z","dependency_job_id":"90e95151-e351-424d-b317-a9f25712f0bd","html_url":"https://github.com/SaladTechnologies/salad-cloud-job-queue-worker","commit_stats":null,"previous_names":["saladtechnologies/saladcloud-job-queues-sdk","saladtechnologies/saladcloud-job-queue-worker-sdk","saladtechnologies/salad-cloud-job-queue-worker"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/SaladTechnologies/salad-cloud-job-queue-worker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fsalad-cloud-job-queue-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fsalad-cloud-job-queue-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fsalad-cloud-job-queue-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fsalad-cloud-job-queue-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SaladTechnologies","download_url":"https://codeload.github.com/SaladTechnologies/salad-cloud-job-queue-worker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fsalad-cloud-job-queue-worker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29485915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["batch-processing","go","job-queue","salad","saladcloud"],"created_at":"2024-11-08T22:54:19.951Z","updated_at":"2026-02-15T17:29:19.214Z","avatar_url":"https://github.com/SaladTechnologies.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SaladCloud Job Queue Worker\n\n[![License](https://img.shields.io/github/license/SaladTechnologies/salad-cloud-job-queue-worker)](./LICENSE)\n\n\u003ccenter\u003e\n  \u003ca href=\"https://github.com/SaladTechnologies/salad-cloud-job-queue-worker\"\u003e\u003cimg alt=\"SaladCloud Job Queues\" src=\"./images/saladcloud-job-queues-banner.png\" width=\"100%\" /\u003e\u003c/a\u003e\n\u003c/center\u003e\n\nThis project contains the SaladCloud Job Queue Worker, SDK, and samples. Refer to the [Job Queues documentation](https://docs.salad.com/products/sce/job-queues/job-queues) for more information on using this with your SaladCloud-deployed workloads.\n\n\u003e [!NOTE]\n\u003e The SaladCloud Job Queue Worker will currently only run successfully on a SaladCloud node due to a dependency on the [SaladCloud Instance Metadata Service (IMDS)](https://docs.salad.com/products/sce/container-groups/imds/introduction). We plan to provide a tool to facilitate local testing in the future.\n\n## Configuration\n\nThe SaladCloud Job Queue Worker automatically discovers the appropriate service endpoints when running on SaladCloud and no additional configuration is required.\n\nThe SaladCloud Job Queue Worker, by default, only prints error level log lines to minimize any potential noise in your workload logs. You may optionally override the log level to print more detailed log lines for monitoring or troubleshooting purposes. The default log level may be overridden using the `SALAD_LOG_LEVEL` environment variable. Valid values are `debug`, `info`, `warn`, and `error`. The SaladCloud Job Queue Worker will exit on startup if an invalid value is provided.\n\n## Samples\n\nSee the [Mandelbrot workload sample](./samples/mandelbrot/) in the `samples/mandelbrot` directory for examples of different strategies that may be used to embed and run the SaladCloud Job Queue Worker in an existing workload container image.\n\n## Development\n\nThe following prerequisites are required:\n\n- [Visual Studio Code](https://code.visualstudio.com/download)\n- [Git](https://git-scm.com/downloads)\n- [Go](https://go.dev/dl/) (version 1.24.0 or higher)\n- [golangci-lint](https://golangci-lint.run/welcome/install/) (version 2.0.0 or higher)\n- [Buf](https://github.com/bufbuild/buf/releases/latest) (version 1.65.0 or higher)\n- [protoc-gen-go](https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go), the Google protocol buffer compiler for Go\n- [protoc-gen-go-grpc](https://pkg.go.dev/google.golang.org/grpc/cmd/protoc-gen-go-grpc), the gRPC service binding compiler for Go\n\n1. Clone the repository.\n\n   ```sh\n   git clone https://github.com/SaladTechnologies/salad-cloud-job-queue-worker.git\n   ```\n\n2. Restore the dependencies.\n\n   ```sh\n   go mod download\n   go mod verify\n   ```\n\n3. Build the project.\n\n   ```sh\n   make build\n   ```\n\nThe build artifacts will be available in the `build` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaladtechnologies%2Fsalad-cloud-job-queue-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaladtechnologies%2Fsalad-cloud-job-queue-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaladtechnologies%2Fsalad-cloud-job-queue-worker/lists"}