Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • engine engine
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • AURAAURA
  • engineengine
  • Merge requests
  • !8

fix(heartbeat-monitor): port the "PyHeartBeat" script to Python3

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lars Kruse requested to merge sumpfralle/aura-engine:lars-heartbeat into master Nov 23, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

In addition to porting it to python3, a number of documentation and code issues were solved:

  • doc: proper order of arguments
  • doc: mention debug mode (previously via "debug", now "DEBUG=1")
  • doc: provide example for manual heartbeat packets
  • code: specify timeout for "socket.recvfrom" (avoid hanging)
  • code: handle parameters properly (cast to int/float)
  • style: format with "black"
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: lars-heartbeat