Kevin Pratt

Results 9 comments of Kevin Pratt

@mbillard would you be willing to transfer this project to another organization for maintenance?

I'll dig into the GoodJob.shutdown - testing this locally on my Mac the good_job cli never actually exited. I saw the loop in the CLI that should exit the application...

I'm going to spam the issue here with some running commentary. ### First attempt ``` pid = Process.pid Process.kill("TERM", pid) ``` Running this code in an after_perform call back defined...

> I think so, though it's not very clean/easy (maybe it should be) You'd want to configure to run with zero threads, but still enable cron (it's a little messy...

> Also, regarding a exit-on-idle, GoodJob Schedulers do expose stats. So it's fairly trivial (and doesn't require a database query) to detect active job executing threads: > > https://github.com/bensheldon/good_job/blob/9729c3a4e7339fc25044490576fbbc0136f6a45d/lib/good_job/scheduler.rb#L239-L239 I...

Super basic class to interact with just the parts of the Fly api that I want to deal with. Assumes that you've got a process group called `job` and it...

> Let me know when you have a PR ready. Don't feel like it needs to be _perfect_. I'm always happy to help carry good ideas over the finish line....

Version numbers are hard. I'll update my Gemfiles to point at the main now instead of my fork. Thanks for the work!

@papoteur-mga did you have any luck fixing this?