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

Add MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY type in xsd schema for Cron trigger #877

Closed
souravdhiman opened this issue Jan 2, 2023 · 1 comment
Labels
stale Inactive items that will be automatically closed if not resurrected

Comments

@souravdhiman
Copy link

Quartz 2.3.2

When using quartz jobs.xml for defining jobs and cron triggers, option to set misfire-instruction as MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY is not available in the current xsd schema.

Code snippet from existing job_scheduling_data_2_0.xsd file:

<xs:simpleType name="cron-trigger-misfire-instructionType">
        <xs:annotation>
            <xs:documentation>Cron Trigger Misfire Instructions</xs:documentation>
        </xs:annotation>
        <xs:restriction base="xs:string">
            <xs:pattern value="MISFIRE_INSTRUCTION_SMART_POLICY"/>
            <xs:pattern value="MISFIRE_INSTRUCTION_DO_NOTHING"/>
            <xs:pattern value="MISFIRE_INSTRUCTION_FIRE_ONCE_NOW"/>
        </xs:restriction>
</xs:simpleType>

Please add this misfire instruction type in xsd schema.

@stale
Copy link

stale bot commented Apr 3, 2023

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 Apr 3, 2023
@stale stale bot closed this as completed Apr 17, 2023
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