Skip to content

Fixing the Job's 'Concurrent' flag#162

Merged
maikebing merged 2 commits intoIoTSharp:masterfrom
AT-WH:concurrent
May 6, 2025
Merged

Fixing the Job's 'Concurrent' flag#162
maikebing merged 2 commits intoIoTSharp:masterfrom
AT-WH:concurrent

Conversation

@AT-WH
Copy link
Copy Markdown
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