Displaying 1 result from an estimated 1 matches for "terminate_m".
Did you mean:
terminate_me
2008 Jan 03
0
daemon use-case questions
...atches for unsuccessful exit codes. Is there an equivalent
best-practice for this in the BDRB universe?
3) I want to be able to shut down cleanly
Workers don''t seem to be given the opportunity to shut down cleanly. I''ve
tried defining a SIGTERM handler, as well as redefining the terminate_me()
and shutdown() methods, but I can''t get this to work. Anybody have any
guidance here?
4) I want to be able to monitor current status
After the pattern of Linux daemons, I''d like to be able to run
"./script/backgroundrb status" and get my status back. I can submit a...