Leverage "batch" feature for Flow and AYON requests to reduce servers workload #141
Open
2 tasks done
Labels
type: enhancement
Improvement of existing functionality or minor addition
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
As far as I can see each single event is treated individually right now, this might leads to a bunch of requests made to both servers.
I don't know about AYON, but FLOW/SG allows to batch multiple requests at once using the batch method
FLOW/SG is a PostGres (SQL) data base nicely wrapped behind a web portail. Every single edit is translated as 1 request to the server + 1 update in the DB + 1 event creation. This might cause problems for heavy traffic.
Ideally we would have the same for AYON server.
How would you imagine the implementation of the feature?
Adjust the
create
,delete
andupdate
logic from /update_from_ayon.py to make the most of the batch method.Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: