Skip to content

dkron shell based jobs fail #1689

Open
Open
@michielroding

Description

@michielroding

Describe the bug
Since upgrading from dkron v4.0.2 v4.0.4, our shell based jobs fail with the message
rpc error: code = Unavailable desc = connection error: desc = "transport: error while dialing: dial unix /tmp/plugin1410549518: connect: connection refused"

To Reproduce
Steps to reproduce the behavior:

  1. On ubuntu 20.04, install dkron via apt
  2. Use the dkron.yml
server: true
bootstrap-expect: 1
retry-join:
  - some-machine
data-dir: /var/lib/dkron.data
disable-usage-stats: true
  1. Start the dkron service
  2. Run a shell based job from the UI. Job is considered succesful.
  3. Notice that the /usr/bin/dkron shell process is gone from ps aux

Expected behavior
Complete the job

Screenshots

Specifications:

  • OS: Ubuntu
  • Version: 20.04
  • Executor: shell

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions