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
Now that ged/ruby-pg#397 is merged, would be good to investigate adding full compatibility to Fiber.scheduler for Good Job also instead of using threads.
Obviously would require Ruby 3.0, and I don't claim to fully understand how it all works but I got a feeling Good Job performance could benefit from it for Ruby 3+
The text was updated successfully, but these errors were encountered:
@ollym Thanks for flagging this for me. GoodJob is dependent on Concurrent-Ruby for concurrency primitives, so when/if Concurrent Ruby decides to implement Fibers, GoodJob can stand on its shoulders.
Now that ged/ruby-pg#397 is merged, would be good to investigate adding full compatibility to Fiber.scheduler for Good Job also instead of using threads.
Obviously would require Ruby 3.0, and I don't claim to fully understand how it all works but I got a feeling Good Job performance could benefit from it for Ruby 3+
The text was updated successfully, but these errors were encountered: