-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
[FEATURE] - Exposing job definition/scheduling information #746
Comments
Hi @chicknsoup that information could be added to the public Job structure and populated from the internal job when passed to the caller. |
Can I have an example, please? Thank you. |
|
Thanks, but there are different types of jobs (cronJob, durationJob, dailyJob, weeklyJob, etc.) and I'm wondering about how to expose their definition via a single method as they have different fields. |
@chicknsoup that's a good point. I'm giving it some thought. Initial reaction, we have some enum type that denotes the job type. And then perhaps an interface that stores the different job schedules...hm. |
Is your feature request related to a problem? Please describe
I want to list out all scheduled jobs with detailed definition (job type, scheduling intervals, last run, next runs, etc..) like in version v1
Describe the solution you'd like
It would be nice to expose internalJob information via Job structure.
The text was updated successfully, but these errors were encountered: