Skip to content

Commit d57f480

Browse files
author
Cristhian Garcia
authored
feat: add aspects deployments to post init deployments (#125)
(cherry picked from commit 4fb13df)
1 parent 78af5e5 commit d57f480

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drydock/plugin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ def get_sync_waves_for_resource(resource_name: str) -> SYNC_WAVES_ORDER_ATTRS_TY
154154
"forum",
155155
"lms-worker",
156156
"cms-worker",
157+
"superset",
158+
"superset-worker",
159+
"superset-celery-beat",
157160
],
158161
"PDB_MINAVAILABLE_PERCENTAGE_LMS": 0,
159162
"PDB_MINAVAILABLE_PERCENTAGE_LMS_WORKER": 0,

0 commit comments

Comments
 (0)