galaxyproject / pulsar

Distributed job execution application built for Galaxy
https://pulsar.readthedocs.io
Apache License 2.0
37 stars 49 forks source link

problem on communication between galaxy,rabbitmq and pulsar #326

Closed potant closed 4 months ago

potant commented 1 year ago

I am trying to setup a very simple communication betweem galaxy,rabbitmq and pulsar server-mq (galaxy,rabbitmq: 172.31.0.20, pulsar server: 172.31.0.21). Both servers run debian 10.

I attach the job_conf.yml ( galaxy side) and the app.yml ( pulsar server side).

It doesnt work - of course it needs some reconfiguration. I am trying by just pasting some numbers as inputs in galaxy and then by using the function "Remove beginning1" ( Text manipulation). It gives me an output but it rather is executed in the local runner. (galaxy.jobs.handler DEBUG 2023-06-26 11:18:34,013 [pN:main.1,p:1389825,tN:JobHandlerQueue.monitor_thread] (86) Dispatching to local runner) job_conf.yml.txt app.yml.txt

Any idea ?

Thanks