Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
351fbdc6
Commit
351fbdc6
authored
Oct 16, 2024
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_accounting: wait for existing packing list to be solve before aggregating more movements
parent
a5248de0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_simulation/Alarm_buildSlapOSPath.py
...m/portal_skins/slapos_simulation/Alarm_buildSlapOSPath.py
+2
-1
No files found.
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_simulation/Alarm_buildSlapOSPath.py
View file @
351fbdc6
...
@@ -23,7 +23,8 @@ for sql_result in sql_result_list:
...
@@ -23,7 +23,8 @@ for sql_result in sql_result_list:
movement
=
sql_result
.
getObject
()
movement
=
sql_result
.
getObject
()
if
not
movement
.
checkConsistency
():
if
not
movement
.
checkConsistency
():
# Only build simulation movement without a consistency error
# Only build simulation movement without a consistency error
movement
.
activate
(
activity
=
'SQLQueue'
,
tag
=
tag
).
SimulationMovement_buildSlapOS
(
tag
=
tag
)
# wait for existing packing list to be solve before aggregating more movements
movement
.
activate
(
activity
=
'SQLQueue'
,
tag
=
tag
,
after_method_id
=
'updateCausalityState'
).
SimulationMovement_buildSlapOS
(
tag
=
tag
)
# register activity on alarm object waiting for own tag in order to have only one alarm
# register activity on alarm object waiting for own tag in order to have only one alarm
# running in same time
# running in same time
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment