Skip to content
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 Request - Retrieve Next Running Date, Status of Cron Jobs, and Ability to Name Cron Jobs #7

Open
AzSiAz opened this issue May 16, 2023 · 1 comment

Comments

@AzSiAz
Copy link

AzSiAz commented May 16, 2023

Hello 👋

I'm not certain if it's currently possible with the node-cron module, but I would like to request a feature that enables retrieving the next running date and status of scheduled cron jobs. Additionally, it would be great to have the ability to name cron jobs for better identification and organization.

The purpose of this functionality is to facilitate the creation of an API endpoint that displays a page showing the status of cron jobs.

While it is feasible to manually store basic job statistics in a database, with nitro storage layer for example, and update them when a job runs, integrating this capability directly into the nuxt-scheduler module would greatly simplify the process and might be useful for someone else

Thank you for considering this feature request!

@rohrig
Copy link
Member

rohrig commented May 22, 2023

I'll look into this @AzSiAz. Thanks for the suggestion. If you want to submit a PR I'd also be happy to have it. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants