Hi All,

I am using the API (posting to 'http://localhost:8080/api/workflows' )
and running 8 workflows in a row.

I use submit function imported from common.

First call to submit takes few seconds to return from submit()
second takes a few more seconds, but in the fifth submit it gets hanged.

However if I start stopping all workflows via the web interface fifth submit() ends goes on with 6th 7th and 8th.

I am not sure if there is a limit of workflows running in parallel but if a run them manually through the GUI they work fine (the eight)

does anyone know why API calls get blocked? Is it maybe something to do with the Paste HTTP server used by galaxy?

Best,
C