You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
Recently I need to write a program to pull message from SQS constantly. Then I found this library to do it. I extended the abstract class Core_daemon and wrote main function of my program in execute(). When I ran the daemon process, I found the daemon process produced a lots of defunct processes. Is it normal situation? or something I‘ve done wrong?
The text was updated successfully, but these errors were encountered:
Recently I need to write a program to pull message from SQS constantly. Then I found this library to do it. I extended the abstract class Core_daemon and wrote main function of my program in execute(). When I ran the daemon process, I found the daemon process produced a lots of defunct processes. Is it normal situation? or something I‘ve done wrong?
The text was updated successfully, but these errors were encountered: