Replies: 3 comments 19 replies
-
Thanks for the rich ideas!
But all in all these are very good features. My current way of thinking is to make the NCronJob library Plug&Play ready and offer hooks for extensions packages. For example, persistence: We would probably need multiple providers (like Postgres, SQL Server, Mongo, Cosmos, ...), so the system has to be flexible either way. |
Beta Was this translation helpful? Give feedback.
-
@linkdotnet |
Beta Was this translation helpful? Give feedback.
-
@linkdotnet I created this branch to start working on designing the job commands capabilities to support the actions that would be performed on the Dashboard. So far supports:
Job Commands Management WIP branch Currently focusing on making sure the basic commands work well. |
Beta Was this translation helpful? Give feedback.
-
I'd like to discuss the possibility of enhancing
NCronJob
with state management for jobs, similar to other job orchestration frameworks. This feature would track states likeScheduled
,Running
,Retrying
,Completed
,Failed
, andCancelled
. Here are the potential benefits and features:This enhancement would not only improve the robustness and usability of
NCronJob
but also bring it closer to feature parity with more advanced workflow orchestration tools.I see state management as the core just the beginning of what we can do. Starting with basic state management, we have the opportunity to lay a solid foundation that future enhancements can build upon. We can kick things off with the essentials, and then, based on our experiences and feedback, we can expand and refine the features over time.
Would love to hear your thoughts on this idea.
Beta Was this translation helpful? Give feedback.
All reactions