Questions tagged [availability]

149 questions
0
votes
1 answer

Azure Application insights -- availability percentage based on ResultCode

I am trying to get Availability percentage based on ResultCode , Below is my Query, Can some one help finding the correct one ? requests | where cloud_RoleName contains "somename" | where client_Type != "Browser" and name !contains "GET" | where…
0
votes
0 answers

Is there a way to check the available computing power of shared remote server?

I am trying to deploy a long task to a remote server. The remote server has 56 CPUs. I.e. >>> import multiprocessing as m >>> m.cpu_count() 56 >>> I have an option to specify how many CPUs I can use in my task, but sometimes the optimal choice is…
Caprikuarius
  • 176
  • 7
0
votes
1 answer

Terraform - Azure - Create VM in availability set conditionally

Trying to create a VM in Terraform with and without an availability set. The idea is to use a template where if the availability set name is not provided, it defaults to empty, then the VM will not be added to the availability set. I did try using…
mac
  • 307
  • 2
  • 17
0
votes
0 answers

Choice of data structure and integral computations for time based events

This question should go in the category: "a practical, answerable problem that is unique to software development". Having a system that receives time-based events in the following form (simplified for…
Gabriel Petrovay
  • 20,476
  • 22
  • 97
  • 168
0
votes
3 answers

AWS CLI or boto3: Trying to get the availability-zone id?

I am trying to get the Availability Zone ID out of either the AWS CLI or from boto3. However, despite the documentation showing it, the command only returns the AZ, not the id for the AZ. Am I missing a step or is this just bad documentation,…
0
votes
1 answer

Xamarin - Path to database must be defined

According to the tutorial I found, I declared the path for android to the db3 file in the MainActivity.cs like this: string fileName = "galleries.db3"; string folderPath =…
sharkyenergy
  • 3,842
  • 10
  • 46
  • 97
0
votes
1 answer

Trying to make item's availability to NO and not available(cant issue) if the stocks are 0 but it seems the item still getting issued

I'm trying to make item's availability to NO and not available(cant issue) if the stocks are 0 but it seems the item still getting issued. Here's the code for the issuance of the item: String sql = "insert into issueditem(Item_No,Item ID, Item Name,…
Jay
  • 3
  • 5
0
votes
1 answer

How to make oshi.hardware.Sensors information available to get. Can it be done?

I'm trying to get the cpu temp, voltage and fan speeds using OSHI, but the results show me this info is not available. Here's my code: public static void main(String... args) { SystemInfo si = new SystemInfo(); HardwareAbstractionLayer…
Ivan Dimitrov
  • 332
  • 1
  • 10
0
votes
1 answer

Amadeus Car Availability

If I can invoke the api Car Availability with a locationDescription.name that have more than three letters the api send me the following errors: "18|Presentation|Serializing/Deserializing error: [type = DataElement] [name = name] [Error = Invalid…
0
votes
0 answers

Availability option when submitting an app to apple store

i have an app rejected by apple, because it is a translated version of one of my existing app. i asked him about playing with the availability, so that i will make the exiting app available in some countries, and the translated app on different…
0
votes
0 answers

Best way to keep a table online

I am planning to keep a table online when data refreshes in background. (I am not planning on partitions at this time). I thought of two approaches. 1. Schema swapping 2. Alter table switch Could someone suggest me which one is better or are…
Narendra
  • 345
  • 4
  • 17
0
votes
1 answer

Long period of read timeouts calling Microsoft Graph API

From 30 November 2019 0930 UTC we experienced a few hours of read timeouts calling the Microsoft Graph API attempting to download emails. Our read timeout is set at 30s and this is a call that in normal circumstances returns in about 1s. We make…
Dave Moten
  • 11,957
  • 2
  • 40
  • 47
0
votes
0 answers

Azure Resource Health

GET the health of a single resource: …
0
votes
1 answer

How to sort (and give weight) by Availability dates in SolR

i'm facing a big problem in my SolR DB. My objects have a datetime field "Available_From" and a datetime field "Available_To". We also have a "Ranking" field for the sorting. I can search correctly with direct queries (eg. give me all the items that…
0
votes
1 answer

kafka for real-time trading platform handling $mns of transactions per minute?

any folks familiar with both Kafka and real-time trade booking function of a bank? can u recommend kafka for 24/7 uptime, high durability, 10k msg per second, multi-region, unlimited data retention handling (source of truth) of a trading system that…
tooptoop4
  • 234
  • 3
  • 15
  • 45