Architect is an open source project that allows you to build and deliver powerful cloud function-based web apps and APIs
Questions tagged [architect]
10 questions
2
votes
0 answers
How to architect the code if there are multiple database update mix with third party API calls
If my code are like this
start transaction
first database update
first API call
second database update
second API call
third database update
third API call
end transaction
The rough idea is that all these operations must all success, otherwise…

manh.vu
- 335
- 1
- 4
- 14
2
votes
1 answer
How to process a logic or job periodically for all users in a large scale?
I have a large set of users in my project like 50m.
I should create a playlist for each user every day, for doing this, I'm currently using this method:
I have a column in my users' table that holds the latest time of creating a playlist for that…

Mahdi Youseftabar
- 2,273
- 1
- 22
- 29
1
vote
1 answer
How do you query using an index in the Architect Serverless Framework?
I am trying to query using an index but keep getting this error:
ValidationException: Query condition missed key schema element: trackID
Here is my .arc file
@tables
skytracks
trackID *String
_ttl TTL
@indexes
skytracks
skyTrackType…

Neil Hoff
- 2,025
- 4
- 29
- 53
0
votes
0 answers
Extend already compiled flutter application functionality through plugins
Is it possible to extend the functionality of an already compiled flutter application by plugins or modules developed/compiled by other developers and placed in a specific folder inside, for example, the application folder? If so, what would be the…

Albert
- 56
- 7
0
votes
1 answer
How can I declare global Error type in typescript NodeJs Architect project?
Context
Hi, I have a NodeJs+Ts+Architect setup for building and deploying lambda functions. Architect uses typescript plugin to compile typescript. I am trying to use Error class to throw errors.
However, Typescript is picking up Error type…

alchemist95
- 759
- 2
- 9
- 26
0
votes
1 answer
Sencha Architect model REST proxy gives error
I have a local Nodejs server running on port 5000.
I use Sencha Architect and I want to load the API with the name "getUsers" from my Nodejs server.
Here's my model:
Ext.define('Hivemind.model.MyModel', {
extend: 'Ext.data.Model',
…

Smirlianos
- 5
- 1
- 6
0
votes
1 answer
Preflight request handler arc.codes
I'm running into a weird error with cors when doing a request from a react page to my back end that uses arc.codes framework to run.
This is the complete error:
Access to fetch at 'http://localhost:3333/api/endpoint' from origin…

David Núñez
- 51
- 1
- 4
0
votes
1 answer
How to configure high availability for azure timer trigger function?
we have created azure durable function with timer trigger. We are not using Azure front door. Currently, function is deployed at east US2 & Central US region with Active -Active configuration.
Here problem is, both functions are executing and…

Jaydeep Suryawanshi
- 415
- 4
- 11
0
votes
0 answers
Uploading/Downloading IFC model from AWS server to our Unity application
My requirements in short.
I need to upload an IFC building model from mobile in our unity application.
Need to convert it to .GLB format.
Need to upload/Download the .GLB models from AWS server based on user stored models.
These are my…
-1
votes
1 answer
Sencha Architect 4.3 for M1 chip
Sencha Architect 4.3 on Apple M1 (Monterey 12.0.1)
cannot upgrade a old project made with SA 4.2.9 on Apple Intel.
"Project Needs Upgrade(s)" window appear, after 30 minutes remains the same window with "Loading instances 323/322".
The animation on…

Lucaele
- 39
- 4