We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When restarting a paused connector, it automatically resumes operation instead of maintaining its paused state.
paused
This affects users who need to maintain the paused state across connector restarts for maintenance or debugging purposes.
A connector that was in paused state should restart in paused state.
Connector automatically resumes when restarted, regardless of its previous paused state.
Bug
Low
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When restarting a
paused
connector, it automatically resumes operation instead of maintaining its paused state.Impact
This affects users who need to maintain the paused state across connector restarts for maintenance or debugging purposes.
Expected Behavior
A connector that was in paused state should restart in paused state.
Current Behavior
Connector automatically resumes when restarted, regardless of its previous paused state.
Type
Bug
Priority
Low
The text was updated successfully, but these errors were encountered: