Open hexylena opened 1 month ago
@natefoo @jmchilton if y'all have ideas on this, i'd appreciate it. anything I can test? It seems like a very default configuration. do i need to be running more uwsgi processes? I would like to avoid the overhead of a real DRM for this use case, I looked into the github tests a bit but those seem to setup proper slurm rather than using queued_python, is it possible that that deployment option isn't working?
Reported in admins matrix,
``` --- dependency_resolution: resolvers: - auto_init: true auto_install: true type: conda job_metrics_config_file: job_metrics_conf.yml min_polling_interval: 0.5 persistence_directory: /mnt/pulsar/files/persisted_data private_token: asdf staging_directory: /mnt/pulsar/files/staging tool_dependency_dir: /mnt/pulsar/deps managers: _default_: type: queued_python num_concurrent_jobs: 1 ```app.yml
but my jobs don't execute:
Nate suggested py-spy
and I can verify that things get added to the queue, but nothing seems to be read from the queue.
swapping to
queued_condor
and making no other changes, enabled jobs to execute.Running the latest pulsar:
In this case I'd rather not install htcondor if it isn't necessary.