Skip to content

Fixing the Job's 'Concurrent' flag #162

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

Merged
merged 2 commits into from
May 6, 2025
Merged

Conversation

AT-WH
Copy link
Contributor

@AT-WH AT-WH commented May 6, 2025

The Job form contains a "Concurrent" flag, which then is passed into IJobDetail using DisallowConcurrentExecution function, which negates the meaning of the flag. As a result, the user input should be negated.

To reproduce the issue, you can edit any of the defined jobs and click "Save" without changing anything. The end result is that the "Concurrent" flag is set/unset despite the fact it hadn't been changed.

@maikebing maikebing merged commit d5d6315 into IoTSharp:master May 6, 2025
1 check passed
@AT-WH AT-WH deleted the concurrent branch May 6, 2025 15:47
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

Successfully merging this pull request may close these issues.

2 participants