{"id":15482978,"url":"https://github.com/devth/lein-worker","last_synced_at":"2025-09-05T02:19:21.779Z","repository":{"id":13623020,"uuid":"16316272","full_name":"devth/lein-worker","owner":"devth","description":"A Leiningen plugin that eases Clojure on IronWorker dev","archived":false,"fork":false,"pushed_at":"2014-02-01T15:29:25.000Z","size":148,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T04:38:29.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-28T15:46:09.000Z","updated_at":"2020-10-18T23:11:47.000Z","dependencies_parsed_at":"2022-09-13T23:03:40.834Z","dependency_job_id":null,"html_url":"https://github.com/devth/lein-worker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devth/lein-worker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Flein-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Flein-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Flein-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Flein-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devth","download_url":"https://codeload.github.com/devth/lein-worker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devth%2Flein-worker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273699928,"owners_count":25152332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-02T05:10:27.697Z","updated_at":"2025-09-05T02:19:21.755Z","avatar_url":"https://github.com/devth.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lein-worker\n\nA Leiningen plugin that uploads your project jar to [IronWorker](http://www.iron.io/worker).\n\n## Installation\n\nThis plugin relies on the [`iron_worker_ng`](http://dev.iron.io/worker/languages/java/) gem.\nMake sure it is installed and [configured](http://dev.iron.io/worker/reference/configuration) on your system.\n\n```clojure\n[lein-worker \"0.1.1\"]\n```\n\nPut the dependency in the `:plugins` vector of either your project.clj or your\n`:user` profile.\n\n\n## Usage\n\nFrom your project directory, run:\n\n    $ lein worker\n\nThis will:\n\n0. Generate a `project-name.worker` file in target based on Iron.io's [Writing Workers in\n   Java](http://dev.iron.io/worker/languages/java/)\n0. Generate an uberjar in the target directory using `lein uberjar`\n0. Upload the jar by running `iron_worker upload target/project-name.worker`\n\nIndividual subtasks also exist.\n\n```\n$ lein help worker\nDefault behavior for `lein worker` will prepare a workerfile and uberjar then upload it to IronWorker.\nUse available subtasks for more fine-grained control.\n\nSubtasks available:\nrun         Run remote worker on IronWorker\nprepare     Preapre a workerfile and uberjar\nupload      Upload uberjar to IronWorker\nrun-local   Run the worker locally\n\nRun `lein help worker $SUBTASK` for subtask details.\n\nArguments: ([run] [prepare] [upload] [run-local])\n```\n\n\u003e N.B. You must run `lein worker prepare` before trying out your worker with\n\u003e `lein worker run-local` **every time** you make changes to your code. `lein\n\u003e worker run-local` runs the uberjar in your target directory. Because of the\n\u003e slowness of this workflow, it's better to use your normal testing or\n\u003e REPL-driven workflow and only verify with `lein worker run-local` before\n\u003e uploading to IronWorker and running it remotely.\n\n## TODO\n\n- Run the worker remotely\n\n\n## License\n\nCopyright © 2014 Trevor Hartman\n\nDistributed under the Eclipse Public License version 1.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevth%2Flein-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevth%2Flein-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevth%2Flein-worker/lists"}