SwissOpenEM / ScopeMArchiver

0 stars 0 forks source link

[Feature] Add worker pool to prefect #49

Open phwissmann opened 5 months ago

phwissmann commented 5 months ago

Description In order to scale up the number of parallel jobs and ease the deployment of flows, a worker pool needs to be added. This requires parameterize some of the jobs.

Update: Main goal is to be able to deploy updated flows to a remote prefect instance, i.e from the laptop to scopem-openem.ethz.ch

Solution proposals Add a docker worker

Definition of Done