-
-
Couldn't load subscription status.
- Fork 371
feat: add settings.lnbits_running
#2450
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
Conversation
settings.lnbits_runing settings.lnbits_running
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2450 +/- ##
==========================================
+ Coverage 60.85% 60.87% +0.01%
==========================================
Files 65 65
Lines 9363 9395 +32
==========================================
+ Hits 5698 5719 +21
- Misses 3665 3676 +11 ☔ View full report in Codecov by Sentry. |
|
@dni does it make sense to set this flag also when |
|
@motorina0 i would set it in |
#2399
There should be no
while Trueloops in the app.Instead
while settings.lnbits_runing:should be used.On the shutdown signal do
settings.lnbits_runing = False.This change also helps while testing. Previous infinite loops can no be stoped.