You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The KonnectorJob model should be the main interface for watching konnector job and account. KonnectorAccountWatcher and KonnectorJobWatcher share some redundant logic and could be merged directly into KonnectorJob.
When refactoring, we must take care to properly unsubscribe to Konnector Job event, as suggested here #567 (comment)
The text was updated successfully, but these errors were encountered:
I am reopening because it seems that KonnectorAccountWatcher and KonnectorJobWatcher are still alive and well and I think it might make sense to merge them.
The KonnectorJob model should be the main interface for watching konnector job and account. KonnectorAccountWatcher and KonnectorJobWatcher share some redundant logic and could be merged directly into KonnectorJob.
When refactoring, we must take care to properly unsubscribe to Konnector Job event, as suggested here #567 (comment)
The text was updated successfully, but these errors were encountered: