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 6, 2024
1 parent 3c824dd commit 1d77e49
Showing 1 changed file with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,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 @@ -140,13 +135,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: refreshModelParameters
retry_conf:
interval_sec: 10
Expand All @@ -160,6 +150,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 1d77e49

Please sign in to comment.