Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise Squonk Job File Transfer #1059

Open
alanbchristie opened this issue May 25, 2023 · 2 comments
Open

Optimise Squonk Job File Transfer #1059

alanbchristie opened this issue May 25, 2023 · 2 comments

Comments

@alanbchristie
Copy link
Collaborator

alanbchristie commented May 25, 2023

(This feature was originally described in #944, which has now changes to focus on better Job configuration)

This issue concerns the following (originallly from #944): -

FE need to refactor job execution into a single request (2) [0, ?]
BE need to refactor job execution requests as a single process (2) [2, 0]

Notes:

Currently FE first makes request to copy files, then when that is complete, requests the job to execute. This need to change to be a single request for which the BE executes both aspects
Should also consider the impact of jobs using data from the RHS
Probably this involves the FE sending the "visit id", from which the BE can work out which Squonk project to use.

Current estimates for development (excludes deployment and testing):

BE days: 6.5
FE days: ?

@boriskovar-m2ms
Copy link
Collaborator

boriskovar-m2ms commented Sep 21, 2023

Basically we need to merge two dialogs into one. Should be around 2 days.

@alanbchristie
Copy link
Collaborator Author

This might be resolved by the work now scheduled for #1643 (Squonk Jobs from LHS download)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: FragTech
Development

No branches or pull requests

4 participants