Skip to main content

Questions tagged [production]

The tag has no usage guidance.

-1 votes
1 answer
77 views

Multi-team poly-repo pushing to production - How to strategise?

I work within a poly-repo that is worked on by multiple other teams, each in our own separate sections of this main repo. I am coming to make my first push to production and I am unsure about ...
physicsboy's user avatar
0 votes
1 answer
89 views

What to consider in choosing an approach to dev environment creation for existing production system?

Our team has not had dev and test environments since it started 2-3 years ago. We had decided to give this (creation of dev and test environments) more priority. Current Environment One production ...
m01010011's user avatar
  • 109
4 votes
4 answers
425 views

Should every service have its staging environment?

I'm trying to break down my dockerized monolith into a few services that can be deployed independently. Right now, I have a development environment, a staging environment and a production environment. ...
samdouble's user avatar
  • 243
0 votes
3 answers
165 views

Best ways to deal with unexpected bugs in already published npm packages

I'm working on an npm package, and I'm kind of new to this. I published version 0.1.0, but when I did, I saw that there was a bug that broke the entire package. I do not think that it is right to make ...
Recleun's user avatar
  • 19
2 votes
2 answers
2k views

Is a good practice to have multiple databases running in the same machine in production?

So I am developing my own DBMS as a resume project, but I am so deep now on this that I am even considering in the future to release it as an open source project and receive feedback from the ...
DRE's user avatar
  • 123
1 vote
2 answers
322 views

How to reuse production code - for writing supporting tools?

A little history - skip to the TL;DR if you so wish to. So I have an UWP application written in C++ that utilizes V8 and have synthetic module which allows calling native methods from the embedded JS ...
FISOCPP's user avatar
  • 147
-6 votes
1 answer
86 views

Outsourcing The MVP development

our company wants to outsource the development of MVP. Since it is my first project as a product manager, I am expecting story map ERD Technical specifications i.e. language, database, DevOps & ...
product_n's user avatar
-2 votes
1 answer
83 views

When to update neural network model in production?

I have a trained neural network about to go into production, and am wondering about when to update it with new data. Say, if the "Similar questions" banner when asking a question is ...
stacker's user avatar
  • 23
-1 votes
3 answers
90 views

Is it wise to locally debugging a solution with a framework version that differs from production's?

A small, neglected project has recently been reported by users as having time out errors and some object reference exceptions. As I am a recent replacement for a developer who was responsible for this ...
8protons's user avatar
  • 1,369
2 votes
1 answer
47 views

Setup pipeline to analyze data stored in web app DB

Background: So there is a (Ruby) web app with a production Postgres DB (hosted in the cloud) I would like to run some machine learning algorithms in a Python setting on the production data and (...
sunless's user avatar
  • 151
2 votes
2 answers
3k views

Running automation tests in production

Although many people understand that even if we have the same setup for TEST and UAT environments as we have for PROD, there're still a lot of reasons why it makes sense to run smoke tests in ...
Anuar Nurmakanov's user avatar
1 vote
2 answers
1k views

Debugging code in production?

I've come across a problem that doesn't occur in our development environment or test environment, but does occur in our production environment. Obviously, this environment is pretty locked down, and ...
Jessica's user avatar
  • 349
-1 votes
1 answer
218 views

How to Gain full Confidence in Pull Request builds

Having confidence means Pull Request builds (in Jenkins) will finally allow you to merge the code after a Pull request builds successfully and is reviewed. You're 100% confident that it can go into ...
Kirti Gupta's user avatar
0 votes
2 answers
294 views

Why are web applications said to be in "production" when in reality they are in "release" or "published"? [duplicate]

The definition of production seems to contradict what web developers consider an application in production to be. Why is the term in release or published not used instead? I have been in professional ...
IEnjoyEatingVegetables's user avatar
1 vote
1 answer
113 views

How to divert IP traffic of 1 site to test new code before deploying

We have a number of IoT devices that communicate over TCP/IP to a server. Once connected, the server can then talk to the device, get data or send down commands. The server accepts incoming ...
VirtualBrandy's user avatar

15 30 50 per page
1
2 3 4 5