I want to use result = gearman_client.submit_job("reverse_task", "Hello World!", wait_until_complete=False)
to submit a non-blocking job to Gearman Job Server. However, result.state
is always 'CREATED'
, and result.complete
is always False
. If I change wait_until_complete
to True
, then everything goes right. That's so wired. Can anyone help?
Asked
Active
Viewed 214 times
1

expoter
- 1,622
- 17
- 34