Consider about design 2 job execution type of ElasticJob-Lite
See original GitHub issueThere is a configuration item monitorExecution in ElasticJob-Lite, which can enable the job record and monitor job, and provide precondition for failover.
I want discuss maybe we can split job as two different way.
If monitorExecution enabled, the job can be failover, misfire and DAG management.
So we need to create the new concept if them.
If monitorExecution disabled, the job should be lightweight and short interval;
If monitorExecution enabled, the job has more features and can be manageable.
I have no idea of the concept name, any idea?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
[GitHub] [shardingsphere-elasticjob] hailin0 commented on issue ...
[GitHub] [shardingsphere-elasticjob] hailin0 commented on issue #1377: Consider about design 2 job execution type of ElasticJob-Lite.
Read more >Apache ShardingSphere ElasticJob document
Support rich job type lib, such as dataflow, script, HTTP, file, ... The advantages of ElasticJob‐Lite are no centralized design and less ...
Read more >ElasticJob Included as Apache ShardingSphere Sub-Project ...
As a distributed scheduling solution it includes 2 projects, ElasticJob-Lite providing distributed task sharding services, and ElasticJob-Cloud using Mesos to ...
Read more >RELEASE-NOTES.md · Elastic-Job/elastic-job - Gitee.com
3.0.2. Bug Fixes. Fix itemErrorMessages not cleared after job finished. Fix Curator notify thread may be blocked and avoid probably endless ...
Read more >Automate management tasks using elastic jobs (preview)
In this article. When to use elastic jobs; Elastic job targets; Next steps. Applies to: Azure SQL Database.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Technoboy- tboy has written some design doc of DAG, may publish in other issue when he finished.
execute process tracing of complex job flow is very important for users.
e.g job of DAG or Sharding