JeffersonLab / jaws-admin-gui

Web admin interface for JAWS
https://ace.jlab.org/jaws
MIT License
0 stars 0 forks source link

Override Actions don't wait for processing #38

Open slominskir opened 1 month ago

slominskir commented 1 month ago

When modifying overrides the notifications page doesn't currently wait for the effective processor to run and update the local Oracle cache. This means when making edits users don't see any effect and must currently click page refresh until the changes are propagated back to the Oracle cache.

In contrast, when modifying registration information edits are made directly to the Oracle database (and Kafka messages are then sent without waiting for the effective processor to run or Kafka to notify all clients). When inventory pages are reloaded on edit the feedback is therefore immediate as pages read directly from the Oracle database.