NHMDenmark / DaSSCo-Integration

This Repo will include integration of dassco storage from northtec
0 stars 0 forks source link

Separation of job queued and job started messages. #52

Open Baeist opened 3 months ago

Baeist commented 3 months ago

We want to send /receive a message when a job is started and not just when it is queued on the hpc cluster.

This requires:

Changes to hpc scripts running the pipelines.

Api endpoint to receive the message.

Potential change to the job queued api endpoint.

Change of process / or an additional process for keeping track of the started job.

Change to the process of keeping track of the queued job.

Baeist commented 3 months ago

Added an endpoint to receive information that a job is no longer queued but has started.

Baeist commented 2 months ago

Now keeping track of queued and started jobs.

Scripts have been updated for the hpc server.