Skip to content

Commit

Permalink
Reorganise into a single 'import process' spike
Browse files Browse the repository at this point in the history
https://eaflood.atlassian.net/browse/WATER-4670

We've been making changes to the import service to support our work migrating return version management to WRLS, and replacing the current licence import with [one ready for ReSP](https://eaflood.atlassian.net/browse/WATER-4535).

We've also attempted to make clearer what is actually happening during the various 'jobs', and in our environments the order they happen to be more logical.

But the latest version that shipped is failing to complete. We believe the issues are:

- Each 'job' is taking longer to complete than expected
- Based on current timings the 'jobs' are overlapping
- Our attempts to connect the new ReSP import with the existing one are adding to the burden
- Based on investigating the logs, we think downstream jobs are no longer being triggered

Our users and the wider team think of the 'import' as a single process. Though we know differently in the dev team, we also discuss it in terms of 'the import'. If we were to make it so, we believe we'd do away with the timing and resource issues, have a better chance of investigating where it has gone wrong, and find it easier to maintain till we can finally do away with it altogether.

This change is about spiking that idea into existence. From the spike we'll then break the changes down into focused ones.
  • Loading branch information
Cruikshanks committed Sep 10, 2024
1 parent 7c4d77e commit 4e735b9
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 4e735b9

Please sign in to comment.