bensheldon / good_job

Multithreaded, Postgres-based, Active Job backend for Ruby on Rails.
https://goodjob-demo.herokuapp.com/
MIT License
2.53k stars 190 forks source link

Use index action for the performance controller #1398

Closed Earlopain closed 1 week ago

Earlopain commented 1 week ago

As per https://github.com/bensheldon/good_job/pull/1393 you did the change so that the url is performance instead of performances. That makes sense, however it "steals" the show action for stats against individual jobs, like performance/ExampleJob.

So, just switch back to using the index action while keeping show open to be used for something else. This PR keeps the url at performance.