Viewing profile — svvvy
svvvy
HN member- Joined
- Tue, Apr 07, 2020, 9:29 AM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About svvvy
No profile information was provided.
Recent public activity
-
comment
Comment #41610454
I thought it was correct to run the DB migrations for the new code first, then deploy the new code. While making sure that the DB schema is backwards compatible with both versions …
-
comment
Comment #38129844
Maybe I don't understand your point, but isn't this similarly false equivalency? The business models are for-profit and subject to change. But despite that, right now, there is a m…
- comment
-
comment
Comment #27127138
I have found Celery to be a major pain. It's very complicated (Are your Celery tasks guaranteed at-most-once or at-least-once delivery? Are you sure?). There are bugs with the Redi…