{"id":20832279,"url":"https://github.com/scbd/drupal-cron-scripts","last_synced_at":"2026-04-29T05:32:52.744Z","repository":{"id":148913237,"uuid":"110750539","full_name":"scbd/drupal-cron-scripts","owner":"scbd","description":"drupal","archived":false,"fork":false,"pushed_at":"2017-12-04T22:10:06.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-12-27T13:54:42.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/scbd.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-14T22:07:27.000Z","updated_at":"2017-12-04T00:58:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"08509901-f3b1-4ea3-a0af-f8e6151001e0","html_url":"https://github.com/scbd/drupal-cron-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scbd/drupal-cron-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fdrupal-cron-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fdrupal-cron-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fdrupal-cron-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fdrupal-cron-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scbd","download_url":"https://codeload.github.com/scbd/drupal-cron-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fdrupal-cron-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32412888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T05:20:56.964Z","status":"ssl_error","status_checked_at":"2026-04-29T05:19:54.749Z","response_time":110,"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":[],"created_at":"2024-11-18T00:11:06.137Z","updated_at":"2026-04-29T05:32:52.713Z","avatar_url":"https://github.com/scbd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nDockerfile and scripts for creating image with Cron based on node:alpine.  Inspired by\n[xordiv/docker-alpine-cron](https://github.com/xordiv/docker-alpine-cron).\n\n#### Send job to rabbitmq for processing\n\n\n#### Environment variables:\n\nCRON_STRINGS - strings with cron jobs. Use \"\\n\" for newline (Default: undefined)   \nCRON_TAIL - if defined cron log file will read to *stdout* by *tail* (Default: undefined)   \nBy default cron running in foreground  \n\n#### Cron files\n- /etc/cron.d - place to mount custom crontab files  \n\nWhen image will run, files in */etc/cron.d* will copied to */var/spool/cron/crontab*.   \nIf *CRON_STRINGS* defined script creates file */var/spool/cron/crontab/CRON_STRINGS*  \n\n#### Log files\nLog file by default placed in /var/log/cron/cron.log\n\n#### Simple usage:\n```\ndocker run --name=\"alpine-cron-sample\" -d \\\n-v /path/to/app/conf/crontabs:/etc/cron.d \\\n-v /path/to/app/scripts:/scripts \\\nxordiv/docker-alpine-cron\n```\n\n#### With scripts and CRON_STRINGS\n```\ndocker run --name=\"alpine-cron-sample\" -d \\\n-e 'CRON_STRINGS=* * * * * root /scripts/myapp-script.sh'\n-v /path/to/app/scripts:/scripts \\\nxordiv/docker-alpine-cron\n```\n\n#### Get URL by cron every minute\n```\ndocker run --name=\"alpine-cron-sample\" -d \\\n-e 'CRON_STRINGS=* * * * * root wget https://sample.dockerhost/cron-jobs'\nxordiv/docker-alpine-cron\n```\n\n#### TODO\n- (read msg from cron queue / async create new every 1 sec or imidiatly) ?\n- read cron endpoint, read created queue msg jobs for workers based on time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fdrupal-cron-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscbd%2Fdrupal-cron-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fdrupal-cron-scripts/lists"}