{"id":51124829,"url":"https://github.com/nullstone-modules/aws-ecs-cron-trigger","last_synced_at":"2026-06-25T06:30:43.710Z","repository":{"id":363891290,"uuid":"656350854","full_name":"nullstone-modules/aws-ecs-cron-trigger","owner":"nullstone-modules","description":"Nullstone capability to trigger an ECS/Fargate app using a cron schedule.","archived":false,"fork":false,"pushed_at":"2026-06-10T19:09:53.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-10T21:06:57.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/nullstone-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"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":"2023-06-20T19:15:23.000Z","updated_at":"2026-06-10T19:09:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nullstone-modules/aws-ecs-cron-trigger","commit_stats":null,"previous_names":["nullstone-modules/aws-ecs-cron-trigger"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nullstone-modules/aws-ecs-cron-trigger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-cron-trigger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-cron-trigger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-cron-trigger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-cron-trigger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullstone-modules","download_url":"https://codeload.github.com/nullstone-modules/aws-ecs-cron-trigger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-cron-trigger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34763481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"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":"2026-06-25T06:30:42.999Z","updated_at":"2026-06-25T06:30:43.704Z","avatar_url":"https://github.com/nullstone-modules.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scheduled Trigger for ECS/Fargate\n\nNullstone capability to trigger an ECS/Fargate app or job on a cron schedule.\n\n## Telling cron runs apart from manual runs\n\nEvery scheduled run starts the ECS task with two environment variables your app can read:\n\n| Variable                 | Value                                                                          |\n|--------------------------|--------------------------------------------------------------------------------|\n| `NULLSTONE_TRIGGER`      | `cron` — the run was started by this schedule (not a manual `nullstone run`)    |\n| `NULLSTONE_TRIGGER_NAME` | the name of this cron capability — identifies *which* schedule fired the run    |\n\nThese are applied as **container overrides** on the scheduled `RunTask`. A manual `nullstone run` instead sets\n`NULLSTONE_TRIGGER=manual`, so your app can positively tell the two apart by the value of `NULLSTONE_TRIGGER`, and\n`NULLSTONE_TRIGGER_NAME` lets you distinguish multiple schedules attached to the same app.\n\nExample (Node.js):\n\n```js\nif (process.env.NULLSTONE_TRIGGER === \"cron\") {\n  console.log(`Started by cron schedule: ${process.env.NULLSTONE_TRIGGER_NAME}`);\n} else {\n  console.log(\"Started manually\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-modules%2Faws-ecs-cron-trigger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullstone-modules%2Faws-ecs-cron-trigger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-modules%2Faws-ecs-cron-trigger/lists"}