Skip to content

Commit

Permalink
Try out streaming=true, Premium_LRS and ReadWriteMany
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdp committed Oct 31, 2023
1 parent 5ce73cb commit 757d88a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ async def calc_surf_isec_async_via_queue_and_file(
num_poison_pills = 0
num_surfaces_loaded = 0
while num_poison_pills < num_procs:
# Should have anb async wrapper to the queue here since this call will block!!!!
conv_item = converted_queue.get()
if conv_item is None:
num_poison_pills += 1
Expand Down
5 changes: 4 additions & 1 deletion radixconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ spec:
uid: 1234
useAdls: true
streaming:
enabled: false
enabled: true
accessMode: ReadWriteMany
skuName: Premium_LRS

dnsAppAlias:
environment: prod
component: frontend

0 comments on commit 757d88a

Please sign in to comment.