-
Notifications
You must be signed in to change notification settings - Fork 456
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
sh build.sh 报错了 #12
Comments
已经修复了,用最新的代码就可以了 |
有没有考虑实现任务队列 |
你可以先详细描述一下任务队列,然后我们再评估看看 |
你好, 我的想法是:是由各个业务系统生产任务包,然后进入到任务队列,任务包需指明如何去执行该任务,如通过http等方式 不知道我的描述,你能否明白? |
因为我刚好有项目有这个需要。然后你这个开源项目挺好的,支持分布式,支持crontab 。 |
这个系统的 |
好的 多谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please answer these questions before submitting your issue. Thanks!
在你提交 issue 前,请先回答以下问题,谢谢!
What version of Go and cronsun version are you using?
你用的是哪个版本的 Go 和 哪个版本的 cronsun?
go:1.8.1 cronsun:master
What operating system and processor architecture are you using (
go env
)?你用的是哪个操作系统,什么架构的?
osx
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
你做了什么,遇到了什么问题?尽可能描述清楚问题,最好把操作步骤写下来,按这些步骤操作后能重现你的问题。
执行:sh build.sh
报错:./conf/files/base.json.sample: Permission denied
你好,我看了build.sh文件,为什么会使用bash执行json文件
What did you expect to see?
你期望得到什么样的结果?
我期望能够支持我进行源码安装
What did you see instead?
现在你得到的结果是什么样的?
The text was updated successfully, but these errors were encountered: