riverqueue / river

Fast and reliable background jobs in Go
https://riverqueue.com
Mozilla Public License 2.0
3.43k stars 90 forks source link

Move `startstop` package up to root of `./internal/` #419

Closed brandur closed 3 months ago

brandur commented 3 months ago

A very small change that's been on my list for a while, but I didn't do because it'd be conflicting with some other branches I had: move the startstop package up to root of ./internal/. Until now it's been in ./internal/maintenance because it was originally only used for maintenance services, but since it's now used much more widely, it makes more sense for it to live in ./internal.

brandur commented 3 months ago

OMG, more *AfterStart flakiness like #386. Somehow wasn't running into any of those last night.

brandur commented 3 months ago

thx.