google app-engine 任务队列任务名称中的特殊字符
任务队列中的任务名称中是否允许使用破折号 (-) 或任何其他特殊字符?
Are dashes(-) or any other special characters allowed in task names in task queues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用破折号。您还可以包含字母(任何大小写)或数字。名称必须介于 1 到 500 个字符之间。
这全部来自于源代码,指定任务名称必须匹配此正则表达式:
Yes, you can use dashes. You can also have letters (any case) or numbers. The name must be between 1 and 500 characters.
This is all from looking at the source code, which specifies that task names must match this regular expression: