pygridtools / gridmap

Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
GNU General Public License v3.0
84 stars 34 forks source link

Submit a job and return without waiting for completion #98

Open data2code opened 1 year ago

data2code commented 1 year ago

Is there a way to mimic qsub, where the submission routine finishes immediately after submission? We are working on a web app, where the web app will submit a task and return for the next web request, the task itself will email users upon completion. Thanks!