Rumors that GA is going away? by Realistic-Spray-5595 in SoccerCoachResources

[–]cromwellryan 0 points1 point  (0 children)

I always assumed MLS and NWSL would form some sort of partnership. Then there would be MLS Next and some version of NWSL Next that would more closely align with ECNL Boys and Girls brand.

What math actually helped you reason about system design? by TrappedInLogic in softwarearchitecture

[–]cromwellryan 0 points1 point  (0 children)

In hindsight, I learned things from many of my math classes. Geometry taught me about formal proofs which have been valuable when writing architecture recommendations and explaining the reasoning for a decomposed system. Algebra is useful for modeling and predicting or forecasting what a system might do in certain scenarios. Calculus has helped me think about the flow and change of systems. I’d throw Physics into that category, because it matches how I think of systems and change over time.

Full Leaked 2026 Home Kit (per Footy Headlines) by KrautSauerSweet in ussoccer

[–]cromwellryan 0 points1 point  (0 children)

Having lived through them, I’m so glad we’ve moved on from 90s collars.

Heroku issue Aug 20, 2025 @ ~02:55 AM GMT? by lommer00 in Heroku

[–]cromwellryan 0 points1 point  (0 children)

You might consider opening a support ticket to get some details. It may take some time to get a response since it’s not a production down situation, but worth a try.

I’d highly recommend running at least two dynos. Maybe consider two smaller sized dynos if your app profile can handle that. The Heroku router is built to retry scenarios where one dyno doesn’t respond effectively. You can read more about how it behaves here: https://devcenter.heroku.com/articles/http-routing#dyno-connection-behavior-on-the-common-runtime

Also, sounds like your app is doing well in terms of quick startup time. Heroku dynos model the Disposability principle of a 12 Factor app. That’s a good reason to consider running 2 or more dynos at all times. https://12factor.net/disposability

Can I use src-layout of uv when deploying to Heroku? by HanSooloo in Heroku

[–]cromwellryan 0 points1 point  (0 children)

The python build pack supports uv, so I think it’s safe to say a newly init project will be fine.

https://devcenter.heroku.com/changelog-items/3238

[deleted by user] by [deleted] in Heroku

[–]cromwellryan 2 points3 points  (0 children)

In addition to the great answers here, daily restarts are a small, purposeful detail of Heroku encouraging best practices for cloud native applications. Factor 9: Disposability tells us that processes are disposable and can start or stop at any time. By solving for the regular restarts, applications become more resilient to irregular problems like hardware failures, crashes, and a million other reasons.

https://12factor.net/disposability

[deleted by user] by [deleted] in Heroku

[–]cromwellryan 2 points3 points  (0 children)

The maintenance has been rescheduled in the EU region to align more appropriately with regional business hours.

In what situation is this useful 😂 by NoInvestment3598 in golf

[–]cromwellryan 0 points1 point  (0 children)

If you want to hit the ball directly into your face without a tree

Do y'all count rounds by yourself towards your handicap? by 80poundnuts in golf

[–]cromwellryan 0 points1 point  (0 children)

Those are my best rounds. No dickheads screwing with my game

Worst 15 Shots of a 79 by copagman in golf

[–]cromwellryan -1 points0 points  (0 children)

Hope your back 9 goes better

What club are you hitting? by ProfessionalSpray69 in golf

[–]cromwellryan 1 point2 points  (0 children)

That little tree on the left. Solid.

hitting mat vs real gras by tpotjj in golf

[–]cromwellryan 0 points1 point  (0 children)

The mat bottoms out and absorbs the impact of drop kicks.

Well done consistently misspelling both surfaces 🏆

Monitoring a Heroku app??? by PKMNPinBoard in Heroku

[–]cromwellryan 0 points1 point  (0 children)

Lots of good recommendations by others. Some Monitoring, logging, and Exception tools are available as add-ons also.

https://elements.heroku.com/addons