Barnard-PL-Labs / SequencerLiveCoding

Live Coding for the Novation Circuit
19 stars 5 forks source link

Allow long running synth requests on aws #31

Open santolucito opened 2 years ago

santolucito commented 2 years ago

currently we timeout at 500ms (or something like that). we only save results in the db that we find within that time. we should allow longer running synth request, that are not served to the user who requested them (because it takes too long), but can still saved in a cache once we find a result.