{"id":16461616,"url":"https://github.com/marcus-j-davies/node-red-semaphore-plus","last_synced_at":"2026-03-04T05:32:43.749Z","repository":{"id":194267320,"uuid":"690524651","full_name":"marcus-j-davies/node-red-semaphore-plus","owner":"marcus-j-davies","description":"An advanced set of semaphore Nodes for Node RED, with a dynamic fail-safe","archived":false,"fork":false,"pushed_at":"2024-05-24T06:34:19.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-20T22:15:16.706Z","etag":null,"topics":["advanced","control","lock","node-red","plus","queue","release","reset","semaphore","single","take"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/marcus-j-davies.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}},"created_at":"2023-09-12T11:15:20.000Z","updated_at":"2024-12-12T02:20:26.000Z","dependencies_parsed_at":"2023-09-12T16:54:59.856Z","dependency_job_id":"d9ab3b75-a4b4-42dd-8e60-88852c394448","html_url":"https://github.com/marcus-j-davies/node-red-semaphore-plus","commit_stats":{"total_commits":46,"total_committers":1,"mean_commits":46.0,"dds":0.0,"last_synced_commit":"831bd7b38c1e125eaf55b2e8d6fce6f9ff0d5640"},"previous_names":["marcus-j-davies/node-red-semaphore-plus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcus-j-davies/node-red-semaphore-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-j-davies%2Fnode-red-semaphore-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-j-davies%2Fnode-red-semaphore-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-j-davies%2Fnode-red-semaphore-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-j-davies%2Fnode-red-semaphore-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcus-j-davies","download_url":"https://codeload.github.com/marcus-j-davies/node-red-semaphore-plus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-j-davies%2Fnode-red-semaphore-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30072543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["advanced","control","lock","node-red","plus","queue","release","reset","semaphore","single","take"],"created_at":"2024-10-11T11:08:49.714Z","updated_at":"2026-03-04T05:32:43.711Z","avatar_url":"https://github.com/marcus-j-davies.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-red-semaphore-plus\nAn advanced set of semaphore Nodes for Node RED, with a dynamic fail-safe.\n\n## Uh... what is it\n\nThis is a set of Nodes for Node RED, that allows messages to be queued, and signalled to pass, once a message has reached the end of the flow.\nBut at the same time, allowing an optional fail-safe, that can be controlled dynamically.\n\nFurthermore, messages can be flagged to bypass the semaphore and 'sneak' past the messages waiting for the lock to be released.  \nThis is achieved with either a single messge property, or a JSONata expression.\n \n\n| Node | What's it for? |\n|------|----------------|\n|Semaphore Take | Queues and passes a message through when signalled (or when the optional fail-safe triggers) |\n|Semaphore Release | Raises the signal to allow a message to pass   |\n|Semaphore FS Reset | Alters the current fail-safe time |\n\n## Message Properties\n\n**Semaphore Take** and **Semaphore FS Reset** Optional Properties\n| Property | What's it for? |\n|----------|----------------|\n|smp_failsafeTimeout (number) (IN) | Overrides the default fail-safe time |\n|smp_appliedFailsafe (number) (OUT) | The  fail-safe time that was applied |\n|smp_isFailsafe (boolean) (**Semaphore Take** only) (OUT) | If the release was due to a fail-safe condition |\n\n**Semaphore Release** Optional Properties\n| Property | What's it for? |\n|----------|----------------|\n|reset (boolean) (IN)     | Resets the queue state, and does not pass on the incoming `msg` |\n|smp_reset (boolean) (IN) | Resets the queue state, and passes on the incoming `msg` |\n\n\n## Yeah but why?\n\nWorking in an enterprise environment, where strict API access is enforced/monitored, I needed to come up with a way to control processing.\nHaving tried various nodes to accomplish this, i was either creating messy flows to try and emulate this approach, or using no longer maintained or buggy nodes.\n\n## License\nMIT License\n\nCopyright (c) 2023 Marcus Davies\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcus-j-davies%2Fnode-red-semaphore-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcus-j-davies%2Fnode-red-semaphore-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcus-j-davies%2Fnode-red-semaphore-plus/lists"}