Stop pingora in background service #639
Unanswered
JosiahParry
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a background service that is running a check. I would like to be able to terminate the pingora service if a certain condition is met.
However, I cannot figure out how I may do that. I've tried adding a
panic!()
in the background service but pingora is too strong for that!Is there a recommendation on how to terminate the service via background service or alternative ?
Beta Was this translation helpful? Give feedback.
All reactions