Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Semaphore Server not execute task with use_remote_runner: true #2699

Open
kaiszy opened this issue Jan 15, 2025 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@kaiszy
Copy link

kaiszy commented Jan 15, 2025

Issue

When is set use_remote_runner to true then no task will be exexecuted anymore. With turn on use_remote_runner i get

Logfile:

INFO[0029] Task 239 added to queue
INFO[0030] Set resource locker with TaskRunner 239
INFO[0030] Task 239 removed from queu

UI;

11:42:28 AM Task 239 added to queue
11:42:30 AM Started: 239
11:42:30 AM Run TaskRunner with template: Start Puppetrun
[Nothing more happens]

With turned of use_remote_runner i get (UI):

11:46:34 AM Task 240 added to queue
11:46:36 AM Started: 240
11:46:36 AM Run TaskRunner with template: Start Puppetrun
11:46:36 AM Preparing: 240
[And everything works well]

Its not possible to turn on remote_runners.

Impact

Semaphore Project

Installation method

Package

Database

MySQL

Browser

Chrome, Microsoft Edge

Semaphore Version

Semaphore 2.11.2-82ffa9c-1735972859 Pro (Subscription Version)

Ansible Version

Meaningless

Logs & errors

No response

Manual installation - system information

Linux myhost 5.4.0-193-generic #213-Ubuntu SMP Fri Aug 2 19:14:16 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Configuration

{
        "mysql": {
                "host": "x.x.x.x:3306",
                "user": "user",
                "pass": "password",
                "name": "semaphoredb",
                "options": null
        },
        "bolt": {
                "host": "",
                "user": "",
                "pass": "",
                "name": "",
                "options": null
        },
        "postgres": {
                "host": "",
                "user": "",
                "pass": "",
                "name": "",
                "options": null
        },
        "dialect": "mysql",
        "port": "",
        "interface": "",
        "tmp_path": "/opt/ansible-semaphore",
        "cookie_hash": "xxx",
        "cookie_encryption": "yyy",
        "access_key_encryption": "zzz",
        "email_sender": "[email protected]",
        "email_host": "localhost",
        "email_port": "25",
        "email_username": "",
        "email_password": "",
        "web_host": "",
        "ldap_binddn": "",
        "ldap_bindpassword": "",
        "ldap_server": "",
        "ldap_searchdn": "",
        "ldap_searchfilter": "",
        "ldap_mappings": {
                "dn": "",
                "mail": "",
                "uid": "",
                "cn": ""
        },
        "use_remote_runner": true,
        "runner_registration_token": "token",
        "telegram_chat": "",
        "telegram_token": "",
        "slack_url": "",
        "max_parallel_tasks": 0,
        "email_alert": true,
        "email_secure": false,
        "telegram_alert": false,
        "slack_alert": false,
        "ldap_enable": false,
        "ldap_needtls": false,
        "ssh_config_path": "",
        "demo_mode": false,
        "git_client": ""
 }

Additional information

No response

@fiftin fiftin self-assigned this Jan 15, 2025
@fiftin fiftin added the bug label Jan 15, 2025
@fiftin fiftin added this to Bugfixing Jan 15, 2025
@fiftin fiftin added this to the 2.12 milestone Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants