-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix funcname regexp. it may include a prefix_separator tab. #46
Conversation
2 similar comments
Thank you for catching that, @bokutin! |
Thank you for having interest! I did a little more research.
It seems that any value can be used as the function name. According to JOB_ASSIGN of http://gearman.org/protocol/ , it seems to be a constraint only for "NULL byte terminated function name". I tried the following two as if they were dependent on the server implementation, but the behavior was the same. I'm sorry that I found it troublesome. |
Thank you for your help with gearman/gearmand as well. As for the function name of gearman, it is possible to include anything other than \0, so I understood that it should be used so that the user does not break it. You can simply close this Issue. I'm sorry to bother you. |
I also considered such an option. |
Hello,
If prefix is used as follows, get_job_server_status cannot get information.
The function name can contain anything. For example
First of all, I hope that it will work even if the default value tab of prefix_separator is included.
Thanks,