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

Quartz syntax compliant javascript parser #592

Closed
echo-bravo-yahoo opened this issue May 21, 2020 · 1 comment
Closed

Quartz syntax compliant javascript parser #592

echo-bravo-yahoo opened this issue May 21, 2020 · 1 comment
Labels
stale Inactive items that will be automatically closed if not resurrected

Comments

@echo-bravo-yahoo
Copy link

echo-bravo-yahoo commented May 21, 2020

Hey! I need to manipulate (validate, generate next event timestamp, etc.) Quartz cron expressions in the browser, and there's a dearth of community options for this. I posted to a library that almost meets these requirements with a run-down of some of the reasons other libraries don't work: bradymholt/cRonstrue#41 (comment)

Have I overlooked any libraries that do support Quartz cron expressions?

If not, is there a test-suite in the project for the core cron semantics (e.g., validating each field, validating an expression as a whole, predicting next event run)? I've found plenty of integration tests that seem concerned with higher level concerns (upgrading, memory, job running), but I'm primarily looking to validate & predict correctly.

@echo-bravo-yahoo echo-bravo-yahoo changed the title Quartz-compliant javascript parser Quartz syntax compliant javascript parser May 21, 2020
@stale
Copy link

stale bot commented Aug 2, 2021

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale Inactive items that will be automatically closed if not resurrected label Aug 2, 2021
@stale stale bot closed this as completed Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Inactive items that will be automatically closed if not resurrected
Projects
None yet
Development

No branches or pull requests

1 participant