You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that would be a good addition. Currently you submit tasks to the queue and the stand-alone worker grab jobs to complete.
The RP implementation with a scheduler requires a user to explicitely place jobs in the correct order in the RP queue and they will be executed. I would like to copy the same single-worker mechanism to auto submit jobs to an RP queue.
That means you can just add all RP clusters to the execution as well. Example
# submit some trajectory jobsproject.queue(project.new_trajectory(pdb_file, 100) forfinrange(1000))
then you would start a RP job worker that will create a session for some time grab some tasks to be executed.
I think that would be a good addition. Currently you submit tasks to the queue and the stand-alone worker grab jobs to complete.
The RP implementation with a scheduler requires a user to explicitely place jobs in the correct order in the RP queue and they will be executed. I would like to copy the same single-worker mechanism to auto submit jobs to an RP queue.
That means you can just add all RP clusters to the execution as well. Example
then you would start a RP job worker that will create a session for some time grab some tasks to be executed.
this can run whereever it has access to the cluster and to the DB. Options should be similar to the adativeworker
The text was updated successfully, but these errors were encountered: