-
Notifications
You must be signed in to change notification settings - Fork 1
Ideas
John Bachir edited this page Oct 17, 2024
·
4 revisions
- Support clockfile.rb (lowercase with the extension)
- detect error condition in at_exit and log it and report it to the error reporter for example if a process dies because of out of memory
- Explore behavior of shutdown when shell commands are running
- https://github.com/jjb/ruby-clock/commit/300de3f621bd72fcd106a12500b8c3055545329d
- https://stackoverflow.com/questions/69653842/why-does-the-presence-of-a-forked-process-in-a-thread-change-the-behavior-of-sle
- https://gist.github.com/lpar/1032297
- https://github.com/kamstrup/command_runner_ng
- https://www.ruby-forum.com/t/executing-system-commands-in-threads-under-ruby-1-8-6/175066
- https://saveriomiroddi.github.io/Executing-and-killing-ruby-parallel-background-jobs/