cashapp / backfila

Service that manages backfill state, calling into other services to do batched work
https://cashapp.github.io/backfila/
Apache License 2.0
30 stars 49 forks source link

Remove suport for onlyShowActivelyRunning URL request parameter #354

Closed jrobotham-square closed 9 months ago

jrobotham-square commented 9 months ago

The ability to switch modes via URL parameter was handy, but there was an issue with the routing in staging/prod that caused it not to work.

After having a play around with it as-is, it doesn't feel high value to try to fix it, so we'll just link directly to the list URL and the user can just click the check box to show active backfills.

Makes sense to simplify the code and remove it now that it's not going to be used