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
#1246 introduces deprecates some fields in QueueConfigData that are no longer needed.
As followup to that we should create a migration that removes these fields and translates the struct.
Additionally we should bump the *_threshold fields to be at-least their default values (as defined here).
The text was updated successfully, but these errors were encountered:
Removes obsolete fields from the `QueueConfigData` structure. For the
remaining fields, if they use the old defaults, we replace them with the
new defaults.
Resolves: #1795
Removes obsolete fields from the `QueueConfigData` structure. For the
remaining fields, if they use the old defaults, we replace them with the
new defaults.
Resolves: #1795
#1246 introduces deprecates some fields in
QueueConfigData
that are no longer needed.As followup to that we should create a migration that removes these fields and translates the struct.
Additionally we should bump the
*_threshold
fields to be at-least their default values (as defined here).The text was updated successfully, but these errors were encountered: