Under the current framework, is it possible to send all planned jobs to servers with a dedicated job scheduler? The workflow would likely be as follows:
- Plan runs locally (through cross product interface).
- Send and schedule jobs on the remote server.
--- Completely disconnect from server, since large jobs will require at least a week to complete. It is not reasonable to require a consistent connection over that time period. ---
- Re-establish a connection and sync results.