Skip to content

Commit

Permalink
Only retrigger mission model extraction if mission or jar_id is u…
Browse files Browse the repository at this point in the history
…pdated

- `mission` is included in order to let the UI trigger these events on-demand.
- `jar_id` is included, as if the underlying Jar is updated, the model has fundamentally changed and must be re-extracted
  • Loading branch information
Mythicaeda committed Jun 7, 2024
1 parent e9bb18a commit b5d790f
Showing 1 changed file with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,8 @@ event_triggers:
columns: "*"
update:
columns:
- id
- revision
- jar_id
- mission
- name
- version
- owner
- mission # Included to enable the UI to retrigger the event
name: refreshActivityTypes
retry_conf:
interval_sec: 10
Expand All @@ -143,13 +138,8 @@ event_triggers:
columns: "*"
update:
columns:
- id
- revision
- jar_id
- mission
- name
- version
- owner
- jar_id
- mission # Included to enable the UI to retrigger the event
name: refreshModelParameters
retry_conf:
interval_sec: 10
Expand All @@ -163,6 +153,7 @@ event_triggers:
update:
columns:
- jar_id
- mission # Included to enable the UI to retrigger the event
name: refreshResourceTypes
retry_conf:
interval_sec: 10
Expand Down

0 comments on commit b5d790f

Please sign in to comment.