9,469 questions
0
votes
0
answers
97
views
Prisma db push command hangs when using Supabase transaction pooler ( port - 6543)
I'm building a full-stack application using Prisma for database.
When I run, npx prisma db push
that command stuck and does not complete
My DATABASE_URL is using the Supabase transaction poller ...
6
votes
0
answers
68
views
How to authenticate with GridDB Cloud REST API using API key vs Basic Auth?
I'm trying to query data from GridDB Cloud using its REST/WebAPI endpoint. The official docs mention both Basic Authentication and API key-based access, but I'm unclear on the exact header format and ...
Advice
0
votes
0
replies
84
views
Does the Google Cloud Asset API return asset relationships?
I need advice from people with real experience.
Context:
A client asked for a CMDB integration between GCP and another platform. The goal is to discover assets and replicate them (including ...
Advice
0
votes
0
replies
20
views
Guidewire Cloud: Single shared BillingCenter commission system across multiple stars (incl. non‑Guidewire LoBs)?
I’m trying to understand how to model our setup in Guidewire Cloud Platform (GWCP) using stars and star systems.
We will have one GWCP tenant, and we plan to split it logically into “slices” per ...
0
votes
0
answers
75
views
Ray scheduler isn't getting assigned any tasks/actors
I have a Ray cluster, I run it through these commands:
Scheduler:
nohup ray start --head \
--node-ip-address=<HOST_IP> \
--port=6379 \
--resources='{"is_worker": 1}'
--...
Best practices
0
votes
0
replies
38
views
What are the best practices for implementing enterprise data archiving in large organizations?
We are planning to implement an enterprise data archiving strategy to manage large volumes of historical and inactive data across multiple enterprise applications (ERP, CRM, and legacy systems).
Our ...
Advice
1
vote
2
replies
45
views
How does an application running on a local port become publicly accessible over the internet?
I am trying to understand how a locally running application becomes publicly accessible when hosted on a server or cloud.
For example, if I run a simple Node.js app on a server like this:
app.listen(...
Advice
0
votes
0
replies
76
views
How should a beginner start a career in cloud computing, and which skills have long-term demand?
I’m a software developer with a basic understanding of programming and web applications, and I’m interested in starting a career in cloud computing.
I’d like guidance on:
How to get started as a ...
Advice
0
votes
0
replies
46
views
Should I use GCE or GKE for AI machines running on the cloud and how?
I want to migrate a Vision AI system to a Google Cloud Platform. I’m not sure whether I should use GCE (Google Compute Engine) or GKE (Google Kubernetes Engine). This Vision AI system uses YOLO from ...
0
votes
0
answers
104
views
Next JS 16 killed PM2 and all Service in VPS Ubuntu 20
I’m deploying a Next.js application on an Ubuntu 20.04 VPS using a fairly standard setup, but I’m running into serious stability issues that I can’t fully explain.
Environment
Ubuntu 20.04
Node.js ...
1
vote
1
answer
99
views
Azure function app parameters required to be displayed
We have several Azure Functions Apps containing several Azure Functions written in C# code.
We can run those function if required.
If there a way I can add what parameters are required to run these ...
Advice
2
votes
1
replies
98
views
Which Career Path Should I Choose: DevOps/Cloud or Full-Stack?
I am currently at a point where I need to make a decision about my future career path, and I would really appreciate some guidance. I have experience and a strong interest in programming, and I am ...
0
votes
1
answer
46
views
Why does my Apex trigger fire twice on a single record update?
I created a before update trigger on Opportunity, but when I update one field, the trigger logic runs twice. How can I prevent recursion in Salesforce triggers?
Advice
0
votes
2
replies
83
views
How to learn cloud engineering?
I am just beginning my journey into cloud engineering and I'm interested in enrolling in an online learning program. However, before making any payments, I would like some guidance so l can learn ...
0
votes
1
answer
70
views
Fly.io backend does not see /uploads
My backend uses multer to save to some files from the frontend on a local disk directory and then uploads them to S3. After that, it removes all the images from the directory.
This works in ...
Advice
0
votes
0
replies
42
views
Modular production for "see-through" factories and data center shells
I’ve been thinking about modular production for “transparent factories” and data center outer frames/shells. Do you think this approach actually improves data center construction, and how much ...
Advice
0
votes
4
replies
63
views
How to deploy Spring Boot + React + MySQL website? What services are required?
I am a fresher and I am building a small hotel website.
My tech stack is:
Backend: Spring Boot (Java)
Frontend: React
Database: MySQL
I want to deploy this project so that it is publicly accessible ...
Advice
2
votes
5
replies
114
views
Building Privacy-Compliant LLM Apps (e.g. Section 203 StGB)
I’m working on an app that leverages Large Language Models (LLMs) to assist professionals in regulated fields like medicine and law. My main concern is ensuring compliance with privacy and secrecy ...
Advice
0
votes
0
replies
52
views
Cloud Run for deploying
I would like to deploy my app in sideloading.
I have read tutorial on Gogle App Engine, but I'm evaluating Google Cloud Run because it seems cheeper.
Do you know step by step tutorial/guide on this ...
2
votes
1
answer
99
views
GridDB Cloud Python client: How to handle connection timeout and auto-reconnect?
I’m using GridDB Cloud with the official Python client to insert real-time IoT data into a time-series container.
The script runs continuously, but after a few hours I get a connection timeout and ...
0
votes
0
answers
90
views
Cloud Run service deployment fails with "Internal Error" after billing reactivation in project careershot
Title: gcloud run deploy fails with "Internal Error" for a specific service and region
Body:
I am encountering a persistent "Internal Error" when trying to deploy to a specific ...
0
votes
0
answers
55
views
Error while starting training on VertexAI
I am trying to start a new machine learning training process on VertexAI. I am following a guide using a Colab Notebook to create the training file and start running the training. However, when ...
0
votes
0
answers
40
views
I am having issues configuring external NFS on AzureCycleCloud
Error I keep getting
More
I created the FileShare in a Storage Account. Linked it to my vnet/subnet.
I created the private endpoint as well. I am using that private ip address that I got from the DNS ...
0
votes
0
answers
80
views
Debugging Structure formulas in Jira Cloud
In the non-cloud version of Jira, Structure had a debug feature where you could step through the Jira formula's execution and see the values in each variable. That feature either doesn't exist in ...
0
votes
0
answers
93
views
Can't Get my Python Script to log values into csv from Arduino IoT Cloud
The goal is to capture smartphone accelerometer data (X, Y, Z axes) published to the Arduino IoT Cloud by the Arduino IoT Remote mobile app, and then process it in Python and log them into three ...
1
vote
1
answer
94
views
What does "GB-seconds" describe in Cloud Computing (Function as a Service)?
AWS defines its prices for lambda in terms of GB-seconds, and so does Azure for its prices for functions.
What does that unit refer to? Are those Gigabytes of memory allocated for a number of seconds?
0
votes
0
answers
25
views
import org.cloudsimplus.hosts.HostOverloadDetector; is there something like this in cloudsim or cloudsimplus
cannot resolver this import in any version of the cloudsim, currently I am using cloudsim 8.5.7 version which is latest version. The motive is to find the overloaded host and migrate them to the same ...
-3
votes
1
answer
237
views
OCI cli list custom image and usage [closed]
I am looking what OCI cli show only custom image? I HAVE TRIED
oci compute image list --compartment --all
However that not listed all my custom image, shows only handfull but for sure I have in ...
0
votes
1
answer
67
views
How do I dynamically render an image from Azure Blob Storage in Azure IoT Central?
I'm building an Azure IoT Central dashboard where I want to display the latest image captured by a device (a trap in a smart agriculture project).
The image is uploaded to Azure Blob Storage, and it's ...
0
votes
1
answer
53
views
Check referential integrity between two GridDB containers
I have two GridDB Cloud containers participating in a one-to-many relationship. The tables layout is shown below:
Table Customer (collection container)
Name
Type
Nullity
Key
Customer_ID
INTEGER
NOT ...
1
vote
0
answers
138
views
TStream.Read fails if file is located on a cloud-mapped drive
A simple TFileStream.Read or TFileStream.Write repeatedly fails if the file is located on a cloud-mapped drive. Do I need to repeat each read and write operation for a while to make sure it works?
1
vote
0
answers
24
views
Not being able to access all available cores on a Google Cloud Windows VM when calling remotely via SSH
Hey Guys I have a very interesting left field problem.
So I have a C# application that calls a Google cloud Windows Server 2022 Virtual Machine (VM) that I need to run a program on via a script. I'm ...
0
votes
1
answer
141
views
Title: How to restrict public access to only one specific API in Azure API Management (APIM)?
I’m using Azure API Management and currently all APIs are publicly accessible. I want to restrict one specific API so that it’s not accessible over the public internet, while keeping all other APIs ...
0
votes
1
answer
107
views
How to host a simple REST service as a Kubernetes pod [closed]
I have been working in Kubernetes. I am well aware of all the components like pod, deployment, service etc.
But I am not able to get the whole picture and hence need help.
Suppose I want to create a ...
1
vote
1
answer
563
views
How to overcome Invalid Signature. Code failed to satisfy specified code requirement(s) in Xcode Cloud?
First of all, whenever I archive and upload to the App Store, it's working perfectly. No error, no warning. Just works.
But whenever I try to use Xcode Cloud with a standard workflow. I'm getting this ...
0
votes
0
answers
34
views
Tracking energy consumption while executing code on a Cloud VM (Codecarbon)
I would like to know if codecarbon, a python package measuring the energy consumption of the GPU with pyNVML, would be able to have access to this informations in the case of Cloud computing. And if ...
0
votes
0
answers
201
views
DB Error: connect EHOSTUNREACH 172.17.0.1:5432
This shows that my n8n instance is self-hosted on an Oracle Cloud Server, which also hosts PostgreSQL. In this setup, n8n is installed using Docker Compose to run in a container, while PostgreSQL is ...
0
votes
1
answer
49
views
Why is this pandas rolling function exhibiting nonlinear slowdown when run on the cloud?
I moved a library for stock market analysis to the cloud and found strange performance with a key pandas function. It runs reasonably quickly on my low-performance Dell XPS laptop and exhibits ...
0
votes
0
answers
149
views
Cloud to Cloud Data Migration into Guidewire Claim Center
I hope you're all doing well! I've gone through the Claim Migration Tool and Data Upload Tool(DUT) documents for data migration to Claim Center but our architecture is a bit different where we have ...
0
votes
0
answers
32
views
How can I expose Docker containers as public services with strong cost controls?
I have a few Docker containers that I want to expose as stateless, public-facing services callable from my website. Expected usage is low — up to ~50 users/month up to ~10k total requests. One of the ...
0
votes
1
answer
157
views
How can I register a private AWS AppSync GraphQL API with AWS Cloud Map for service discovery within a custom namespace and avoid SSL issues?
I'm trying to set up a private AWS AppSync GraphQL API and then register that API as a service instance in AWS Cloud Map, so that other services (running on ECS and also registered in the same Cloud ...
-1
votes
1
answer
163
views
How can I programmatically retrieve Azure App Service Plan hardware specs (vCPU, RAM) by SKU?
I'm looking for a way to programmatically retrieve the hardware specifications (specifically vCPU and RAM) for Azure App Service Plans by SKU
I have tried the REST APIs i could find to get Azure App ...
0
votes
0
answers
77
views
Hybrid cloud model in GCP
I recently came across this article on RudderStack’s hybrid cloud model: https://www.rudderstack.com/blog/reinventing-the-on-prem-deployment-model/
The core idea is to split the architecture into two ...
0
votes
1
answer
265
views
How to override the health check port and endpoint for Kubernetes Service using OCI cloud controller manager
I have a self-managed cluster consisting of a control plane node, and two worker nodes, all of which are hosted as VMs on OCI. Additionally, I also have configured the OCI Cloud Controller Manager ...
0
votes
1
answer
152
views
How can I get the vCPU numbers for an Azure VM using Cloud Shell?
I am gathering information on all VMs in using the Cloud Shell in Azure.
So far my script looks like this:
$Subscriptions = Get-AzureRmSubscription
$Report = ForEach ($Subscription in $Subscriptions) ...
0
votes
0
answers
37
views
How to handle semantic versioning when cloud and on-prem branches diverge?
I'm working on a project that maintains two active release branches:
10.0.x → for on-prem deployments
10.1.x → for cloud deployments
We have an automated system that merges changes from the on-prem ...
0
votes
0
answers
64
views
Spring Cloud Bus Kafka - Received event is always UnknownRemoteApplicationEvent
I'm using Spring Boot 3.3.x and Spring Cloud 2023.x with Spring Cloud Bus Kafka.
I have Service A publishing a custom RemoteApplicationEvent to Service B. On Service B, I can see that the event is ...
0
votes
1
answer
82
views
Sync folder/file detection in Android
In my application, I want to allow the user to select a file, which is represented as a URI. This URI can natively resolve to a file path. I want to determine whether the file is stored locally or if ...
1
vote
0
answers
469
views
Google requires CASA security assessment for Gmail API access - alternatives for small developers?
I'm an independent developer from India working on a small mobile application that uses the Gmail API to help users organize their food delivery emails.
After applying for verification for my Google ...
1
vote
1
answer
45
views
The Node.js application functions correctly in the local environment but encounters issues after deployment to the cloud
I'm facing an issue with our Node.js application that includes multiple route files — loggingRoutes.js, commonRoutes.js, health-route.js, and an index.js inside the routes directory.
The app works ...