Questions tagged [downtime]

The term downtime is used to refer to periods when a system is unavailable.

Downtime refers to a period of time that a system fails to provide or perform its primary function.

Reliability, availability, recovery and unavailability are related concepts. The unavailability is the proportion of a time-span that a system is unavailable or offline. This is usually a result of the system failing to function because of an unplanned event, or because of routine maintenance (a planned event).

The term is commonly applied to networks and servers. The term is also commonly applied in industrial environments in relation to failures in industrial production equipment.

Some facilities measure the downtime incurred during a work shift, or during a 12 or 24-hour period. Another common practice is to identify each downtime event as having an operational, electrical or mechanical origin.

The opposite of downtime is uptime.

106 questions
0
votes
1 answer

Elastic Beanstalk rolling update timeout not honored

I am trying to achieve zero down time redeploys on AWS elastic beanstalk. I basically have two instances on my environment coupled with Jenkins for CI (Using Tomcat). What I am trying to achieve is each time I trigger a redeploy from Jenkins, only…
maxsap
  • 2,971
  • 9
  • 44
  • 70
0
votes
1 answer

Issues wih the Twitter API

Ok I have been signing in with twitter through the API using PHP for awhile. However today I have had nothing but issues in getting a connection! Has something changed with the Twitter API???
JustSteveKing
  • 968
  • 1
  • 10
  • 29
0
votes
1 answer

PostgreSQL high availability on Openshift gear

I have been testing the Openshift Online platform for several months now (using the free 3 gears option). I setup several python applications and also the very basic python application (just using the Openshift python template) and outside…
Radek
  • 1,530
  • 16
  • 20
0
votes
1 answer

How to rdirect to some another page on another website using IIS 7?

I have a website which is used by a number of users, when we tried to update some new changes it always has some downtime. Now i want to display a page which is hosted on some other server or domain using IIS settings, is it possible. I know i can…
Ram Singh
  • 6,664
  • 35
  • 100
  • 166
0
votes
1 answer

Can downtime be solved with multiple servers?

I have tried many hosting services and they all have the downtime problem. Now, i am well aware that downtime is inevitable and will happend eventually, but i have been wandering if a website can be hosted in multiple hostings to solve this…
0
votes
1 answer

waitMsg message in ExtJS

I'm using Ext.getCmp('my_form').submit( { url: 'http://does-not-respond.onion/', method : 'POST', waitMsg : 'Please wait...', timeout: 5, params : { The "Please wait" window doesn't disappear. How I can make it disappear and alert a…
ilhan
  • 8,700
  • 35
  • 117
  • 201
0
votes
2 answers

Why is my wordpress website so slow and am I having so much downtime?

I have used Yslow and PageSpeed to find the cause, but I can't seem to figure out why my blog http://www.fotokringarnhem.nl sometimes loads blazing fast (cached files I guess), and other times takes about 10 seconds or longer to load. I am on a…
Daniël Tulp
  • 1,745
  • 2
  • 22
  • 51
0
votes
1 answer

LearnBoost's Up for Node.js doesn't seem to restart my apps correctly?

I've been using LearnBoost's Up for Node.js as a way for me to have zero-downtime when I'm changing or uploading new code for my projects. Because my projects are using web sockets (via Socket.io) I don't want my app to cold reload as those…
littlejim84
  • 9,071
  • 15
  • 54
  • 77
-1
votes
1 answer

Azure premium functions - Zero deployment down time

This is something I am not sure of. Does Azure premium function provide zero downtime deployment by default. In theory there is at least one premium function always up and running, so the new version is deployed as a new instance and the old one is…
venkatesh k
  • 49
  • 1
  • 9
-1
votes
1 answer

Anylogic: Despite defining downtime with a schedule, instead of the service getting interrupted when downtime kicks in it continues

I have used a source service and sink. service uses some resource as per a defined schedule. this resource is having a downtime as per a defined schedule, also the downtime has a preemption policy. When the downtime kicks in, the service shall get…
-1
votes
1 answer

Update Azure Function Node.js Version, avoid downtime and lost messages

I have an Azure Function App hosted on an Elastic Premium service plan. It triggers from coming Service Bus messages. I need to upgrade the Node.js version from 12 to 14 (configured in General settings) via Terraform. However, I am afraid of…
-1
votes
1 answer

How to deploy a web app without stop and restart

I built the project to binary file and deployed it to server before. and start it with nohup. But if I updated my code and rebuild my program. I must to kill the process first, then updated the file and start again. My problem is: The app must be…
afraid.jpg
  • 965
  • 2
  • 14
  • 31
-1
votes
1 answer

Data migration issue on live enviroment

I am planning to migrate data which resides in oracle database to a CMDB application database. Since the database is not visible for end users/Developers of CMDB, we use API to import data into CMDB. Currently my issues is , i cannot shutdown the…
SmartestVEGA
  • 8,415
  • 26
  • 86
  • 139
-1
votes
1 answer

How to change passwords and keys in Azure resources with minimal or no downtime

I need to change the password and access keys in several Azure resources: SQL Database user password Storage Account access keys Service Bus Namespace shared key There are 4 websites and 2 cloud services that uses these password and keys to…
edteke
  • 562
  • 5
  • 22
-1
votes
1 answer

Android - application depending on own api - server offline

I don't know if this is the right place to post but I am completly lost. My application, that is relying on an api from my own vps(that is down for 4 hours now), is not working anymore. I have contacted my host, but they aren t moving fast and I…
user3119384
  • 329
  • 4
  • 23