crocodile icon indicating copy to clipboard operation
crocodile copied to clipboard

Distributed Task Scheduling System|分布式定时任务调度平台

Results 48 crocodile issues
Sort by recently updated
recently updated
newest added

分享下我画出来的流程图,如果有错我请多担待。 ![server端](https://user-images.githubusercontent.com/22955185/144589876-4af00be5-abd1-4f06-82f9-81c20e3dc6c3.png)

question

**Please Desc Your Question** 取消日志只是取消了服务端接收,客户端的任务还在进行中

question

1. 我这边只看到了添加主机组的按钮,请问如何添加主机呢? 2. 建议优化一下关于任务的添加,将主机设置成不是必选,因为对于http的任务是不需要主机这个字段的,一般是直接引用远程URL即可! ![Uploading 2021-11-15 09-08-37 的屏幕截图.png…]()

bug

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

你好,目前我测试这个项目,大约有几十台测试机器,也准备二次开发。目前应该着急用,所以还没有时间仔细看代码。目前我碰到的问题是,执行任务有部分client是收不到任务的,但是服务端显示任务已经完成了。这个现象可能是什么引起的呢?我自己需要提供什么样的日志给你?一起debug一下。感谢

question

feat: - fix typos for clentxx - getgRPCClient by RLock

**Please Desc Your Question** StartRun()中有加锁、执行任务、释放锁的操作。 如果运行多个调度节点,虽然有锁作为互斥,但也可能执行多次。 例如,调度节点a,获取锁后执行任务1(假如执行10ms),接着释放锁。 这时调度节点b也来获取任务1的锁(调度节点对任务1的群已经释放了),能获取到锁,所以又执行了任务1… 因此,任务短期内可能在多个调度节点上重复执行多次。 不知道我理解对吗?

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

**Please describe the features you want to add** 1、那个路由策略能加一个这个组下的所有机器都执行么,有的任务是选一台机器,是所有机器要执行 2、建议增加失败重试机制 3、执行的code 建议也加上php ,有的有用php

enhancement

当调度器调度到异常的worker节点时,调度器会做如何处理(是否会重新分配任务到正常的worker),目前从代码上来看只会记录日志和告警 ![image](https://user-images.githubusercontent.com/37238372/125732069-f2c4a7e6-fc00-4937-9c77-d0338b3a30d3.png)

question