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
run gearmand with HTTP support: gearmand --verbose DEBUG -p 4731 --protocol=http --http-port=8081
dispatch a background job via HTTP, which does not release the client as expected. curl --request POST --url 'http://127.0.0.1:8081/silviu' --header 'X-Gearman-Background: true' --data 'Hello world!'
This is a part of #96
To reproduce:
gearmand --verbose DEBUG -p 4731 --protocol=http --http-port=8081
curl --request POST --url 'http://127.0.0.1:8081/silviu' --header 'X-Gearman-Background: true' --data 'Hello world!'
The text was updated successfully, but these errors were encountered: