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

FIX: Keep standalone flag after reloading #2399

Merged
merged 3 commits into from
Aug 28, 2023

Commits on Aug 24, 2023

  1. FIX: Keep standalone flag after reloading

    Library mode introduced 'standalone' flag for
    bots running as a process. This flag instruct
    the bot to handle signals, including SIGTERM.
     Unfortuneatly, this flag weren't preserved
    when reloading the bot, what caused not being
    able to gracefully stop reloaded bots.
    
    Reloading is used when logrotate with recommended
    configuration is enabled, what means that
    this bug affects all 3.2.0 installations
    from native packages after first logrotate.
    kamil-certat committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2bba40e View commit details
    Browse the repository at this point in the history
  2. Fix log message

    kamil-certat committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5a9aaea View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    e1490a9 View commit details
    Browse the repository at this point in the history