You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently one work pool on flow-prd for bl832, default-agent-pool with the queue named bl832, is responsible for handling these deployed functions: new_file_832, prune_data832 and prune_spot832. We should separate this work into a second queue under the work pool called bl832-pruning that takes care pruning tasks. Once they are in separate pools, we can set new_file_832 to be high priority, and prune flows to be low priority.
The text was updated successfully, but these errors were encountered:
davramov
changed the title
Separate 832 move.py new_file and pruning work pools, set priorities
Separate 832 move.py new_file and pruning work queues, set priorities
Oct 23, 2024
Currently one work pool on flow-prd for bl832,
default-agent-pool
with the queue namedbl832,
is responsible for handling these deployed functions:new_file_832
,prune_data832
andprune_spot832.
We should separate this work into a second queue under the work pool calledbl832-pruning
that takes care pruning tasks. Once they are in separate pools, we can setnew_file_832
to be high priority, and prune flows to be low priority.The text was updated successfully, but these errors were encountered: